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 | ?矜???矜 | 0011111111100001111000000011111100111111001111111110000111100000 | 3fe1e03f3f3fe1e0 |
EUC-JP | 邕矜???矜 | 10001111111000011110110111100010111000100011111100111111001111111110001011100010 | 8fe1ede2e23f3f3fe2e2 |
UTF-8 | 邕矜렧쇗렫矜 | 111010011000001010010101111001111001111110011100111010111010000010100111111011001000011110010111111010111010000010101011111001111001111110011100 | e98295e79f9ceba0a7ec8797eba0abe79f9c |
UHC | 邕矜렧쇗렫矜 | 111010001011101111010000111010001000111010110110101111001110011010001110101110011101000011101000 | e8bbd0e88eb6bce68eb9d0e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)