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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 頸辞鴕ン | 11101000111100101000111010101011111010011111011011011101 | e8f28eabe9f6dd |
EUC-JP | 頸辞鴕ン | 1111000011110100101111001010110111110010111110001000111011011101 | f0f4bcadf2f88edd |
UTF-8 | 頸辞鴕ン | 111010011010000010111000111010001011111010011110111010011011010010010101111011111011111010011101 | e9a0b8e8be9ee9b495efbe9d |
UHC | 頸??? | 1100110011110010001111110011111100111111 | ccf23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)