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 | 襭倶灰赭る6 | 111001100100001010001011111001001000101001000100111001101101111010000010111010011000001001010101 | e6428be48a44e6de82e98255 |
EUC-JP | 襭倶灰赭る6 | 111010111010001110110110111001101011001110100101111011001110000010100100111010111010001110110110 | eba3b6e6b3a5ece0a4eba3b6 |
UTF-8 | 襭倶灰赭る6 | 111010001010010110101101111001011000000010110110111001111000000110110000111010001011010110101101111000111000001010001011111011111011110010010110 | e8a5ade580b6e781b0e8b5ade3828befbc96 |
UHC | ??灰?る6 | 001111110011111111111100111010010011111110101010111010111010001110110110 | 3f3ffce93faaeba3b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)