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 | 胡?壕? | 100011001101001100111111100011011000100000111111 | 8cd33f8d883f |
EUC-JP | 胡?壕? | 101110001101010100111111101110011110100000111111 | b8d53fb9e83f |
UTF-8 | 胡렟壕렚 | 111010001000001110100001111010111010000010011111111001011010001110010101111010111010000010011010 | e883a1eba09fe5a395eba09a |
UHC | 胡렟壕렚 | 1111101111010111100011101011000011111011101111011000111010101101 | fbd78eb0fbbd8ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)