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 | ?矜??? | 001111111110000111100000001111110011111100111111 | 3fe1e03f3f3f |
EUC-JP | 邕矜??? | 1000111111100001111011011110001011100010001111110011111100111111 | 8fe1ede2e23f3f3f |
UTF-8 | 邕矜렧쇗렫 | 111010011000001010010101111001111001111110011100111010111010000010100111111011001000011110010111111010111010000010101011 | e98295e79f9ceba0a7ec8797eba0ab |
UHC | 邕矜렧쇗렫 | 11101000101110111101000011101000100011101011011010111100111001101000111010111001 | e8bbd0e88eb6bce68eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)