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 | 濡??幼?? | 1001010001000111001111110011111110010111011000110011111100111111 | 94473f3f97633f3f |
EUC-JP | 濡??幼?? | 1100011110101000001111110011111111001101110001000011111100111111 | c7a83f3fcdc43f3f |
UTF-8 | 濡쎌렱幼쀨뿥 | 111001101011111110100001111011001000111010001100111010111010000010110001111001011011100110111100111011001000000010101000111010111011111110100101 | e6bfa1ec8e8ceba0b1e5b9bcec80a8ebbfa5 |
UHC | 濡쎌렱幼쀨뿥 | 111010111010000110111101111011001000111010111110111010101110101010010111111010001001011110100101 | eba1bdec8ebeeaea97e897a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)