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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 奄??奄??^ | 100010011000001000111111001111111000100110000010001111110011111101011110 | 89823f3f89823f3f5e |
EUC-JP | 奄??奄??^ | 101100011110001000111111001111111011000111100010001111110011111101011110 | b1e23f3fb1e23f3f5e |
UTF-8 | 奄앯몶奄앯몶^ | 11100101101001011000010011101100100101011010111111101011101010101011011011100101101001011000010011101100100101011010111111101011101010101011011001011110 | e5a584ec95afebaab6e5a584ec95afebaab65e |
UHC | 奄앯몶奄앯몶^ | 11100101111100101001110111100111100100011001111011100101111100101001110111100111100100011001111001011110 | e5f29de7919ee5f29de7919e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)