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 | 語??瑤? | 10001100111010100011111100111111111010101010001000111111 | 8cea3f3feaa23f |
EUC-JP | 語??瑤? | 10111000111011000011111100111111111101001010010000111111 | b8ec3f3ff4a43f |
UTF-8 | 語먬콊瑤콵 | 111010001010101010011110111010111010100010101100111011001011110110001010111001111001000110100100111011001011110110110101 | e8aa9eeba8acecbd8ae791a4ecbdb5 |
UHC | 語먬콊瑤콵 | 11100101110111101001000011101001101100011000011011101000111111011011001001000110 | e5de90e9b186e8fdb246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)