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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???瑤? | 001111110011111100111111111010101010001000111111 | 3f3f3feaa23f |
EUC-JP | 饔??瑤? | 1000111111101000111011110011111100111111111101001010010000111111 | 8fe8ef3f3ff4a43f |
UTF-8 | 饔쒋돢瑤쿍 | 111010011010010110010100111011001001001010001011111010111000111110100010111001111001000110100100111011001011111110001101 | e9a594ec928beb8fa2e791a4ecbf8d |
UHC | 饔쒋돢瑤쿍 | 11101000101111011001110011100010100010011010011111101000111111011011001101000010 | e8bd9ce289a7e8fdb342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)