To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | 髥????? | 1000111111101001111100000011111100111111001111110011111100111111 | 8fe9f03f3f3f3f3f |
UTF-8 | 髥뜈뜞女뒇겦 | 111010011010101110100101111010111001110010001000111010111001110010011110111011111010011010000001111010111001001010000111111010101011001010100110 | e9aba5eb9c88eb9c9eefa681eb9287eab2a6 |
UHC | 髥뜈뜞女뒇겦 | 111001111010001110001101100010111000110110100001111001011111110010001010100001011000000110111000 | e7a38d8b8da1e5fc8a8581b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)