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 | 哀????? | 10001000101000110011111100111111001111110011111100111111 | 88a33f3f3f3f3f |
EUC-JP | 哀????? | 10110000101001010011111100111111001111110011111100111111 | b0a53f3f3f3f3f |
UTF-8 | 哀잆룜吏좊졐 | 111001011001001110000000111011001001111010000110111010111010001110011100111011111010011110011110111011001010001010001010111011001010000110010000 | e59380ec9e86eba39cefa79eeca28aeca190 |
UHC | 哀잆룜吏좊졐 | 111001001110111010011111111000111000111110011000111011001010011110100000111010111010000010111101 | e4ee9fe38f98eca7a0eba0bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)