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 | 彫?迂敎鯉 | 100100101010010000111111100010010100100111111010110011011000110011101111 | 92a43f8949facd8cef |
EUC-JP | 彫?迂?鯉 | 1100010010100110001111111011000110101010001111111011100011110001 | c4a63fb1aa3fb8f1 |
UTF-8 | 彫렞迂敎鯉 | 111001011011110110101011111010111010000010011110111010001011111110000010111001101001010110001110111010011010111110001001 | e5bdabeba09ee8bf82e6958ee9af89 |
UHC | 彫렞迂敎鯉 | 11110000110000011000111010101111111010011110011011001110111001111101011111101111 | f0c18eafe9e6cee7d7ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)