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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鞜懈純襠 | 1110100011011111100111001110011010001111100000111110010111111011 | e8df9ce68f83e5fb |
EUC-JP | 鞜懈純襠 | 1111000011100001110110001110100010111101111000111110101011111101 | f0e1d8e8bde3eafd |
UTF-8 | 鞜懈純襠 | 111010011001111010011100111001101000011110001000111001111011010010010100111010001010010110100000 | e99e9ce68788e7b494e8a5a0 |
UHC | ?懈純? | 001111111111101010101011111000101110110100111111 | 3ffaabe2ed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)