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 | 埇??愈?? | 1111101010011010001111110011111110010110111110100011111100111111 | fa9a3f3f96fa3f3f |
EUC-JP | 埇??愈?? | 100011111011011111100111001111110011111111001100111111000011111100111111 | 8fb7e73f3fccfc3f3f |
UTF-8 | 埇쎈빐愈잒틡 | 111001011001111110000111111011001000111010001000111010111011100110010000111001101000010010001000111011001001111010010010111011011000101110100001 | e59f87ec8e88ebb990e68488ec9e92ed8ba1 |
UHC | 埇쎈빐愈잒틡 | 111010011011100110111101111010111001010110110100111010101110111110011111111010001011101010001101 | e9b9bdeb95b4eaef9fe8ba8d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)