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 | 萸?М萸?? | 111001001100111000111111100001000100110111100100110011100011111100111111 | e4ce3f844de4ce3f3f |
EUC-JP | 萸?М萸?? | 111010001101000000111111101001111010111011101000110100000011111100111111 | e8d03fa7aee8d03f3f |
UTF-8 | 萸뗫М萸뚮쳩 | 1110100010010000101110001110101110010111101010111101000010011100111010001001000010111000111010111001101010101110111011001011001110101001 | e890b8eb97abd09ce890b8eb9aaeecb3a9 |
UHC | 萸뗫М萸뚮쳩 | 111010111010110110001011111010111010110010101110111010111010110110001100111010111010101110001110 | ebad8bebacaeebad8cebab8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)