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 | 冶??哀?? | 1001011011101000001111110011111110001000101000110011111100111111 | 96e83f3f88a33f3f |
EUC-JP | 冶??哀?? | 1100110011101010001111110011111110110000101001010011111100111111 | ccea3f3fb0a53f3f |
UTF-8 | 冶먫쨶哀꾢쭚 | 111001011000011010110110111010111010100010101011111011001010100010110110111001011001001110000000111010101011111010100010111011001010110110011010 | e586b6eba8abeca8b6e59380eabea2ecad9a |
UHC | 冶먫쨶哀꾢쭚 | 111001011010011110010000111010001010010010010000111001001110111010000100111001011010011110010000 | e5a790e8a490e4ee84e5a790 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)