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 | 隲イ譴ヲ蔔 | 1110100010101011101100101110011010100010101001101110010011110111 | e8abb2e6a2a6e4f7 |
EUC-JP | 隲イ譴ヲ蔔 | 11110000101011011000111010110010111011001010010010001110101001101110100011111001 | f0ad8eb2eca48ea6e8f9 |
UTF-8 | 隲イ譴ヲ蔔 | 111010011001101010110010111011111011110110110010111010001010110110110100111011111011110110100110111010001001010010010100 | e99ab2efbdb2e8adb4efbda6e89494 |
UHC | ??譴?蔔 | 00111111001111111100110010111001001111111101110011011011 | 3f3fccb93fdcdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)