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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 葬?n}葬?n{^ | 1001000110010010001111110110111001111101100100011001001000111111011011100111101101011110 | 91923f6e7d91923f6e7b5e |
EUC-JP | 葬?n}葬?n{^ | 1100000111110010001111110110111001111101110000011111001000111111011011100111101101011110 | c1f23f6e7dc1f23f6e7b5e |
UTF-8 | 葬밀n}葬밀n{^ | 1110100010010001101011001110101110110000100000000110111001111101111010001001000110101100111010111011000010000000011011100111101101011110 | e891acebb0806e7de891acebb0806e7b5e |
UHC | 葬밀n}葬밀n{^ | 11101101111101111011100111010000011011100111110111101101111101111011100111010000011011100111101101011110 | edf7b9d06e7dedf7b9d06e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)