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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | 縕????? | 1000111111010100110000100011111100111111001111110011111100111111 | 8fd4c23f3f3f3f3f |
UTF-8 | 縕귨슨樂뽫뵽 | 111001111011100010010101111010101011011110101000111011001000101010101000111011111010011010111111111010111011110110101011111010111011010110111101 | e7b895eab7a8ec8aa8efa6bfebbdabebb5bd |
UHC | 縕귨슨樂뽫뵽 | 111010001011001010000010111011111011110110111100111010001111100110010110111001111001010010111011 | e8b282efbdbce8f996e794bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)