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 | 玉??央 | 100010111100101000111111001111111000100110011011 | 8bca3f3f899b |
EUC-JP | 玉??央 | 101101101100110000111111001111111011000111111011 | b6cc3f3fb1fb |
UTF-8 | 玉졽튋央 | 111001111000111010001001111011001010000110111101111011011000101010001011111001011010010010101110 | e78e89eca1bded8a8be5a4ae |
UHC | 玉졽튋央 | 1110100010101100101000001110010010111001100111111110010011100111 | e8aca0e4b99fe4e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)