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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 錫褻錫?B | 1000111011100000111001011111011010001110111000000011111101000010 | 8ee0e5f68ee03f42 |
EUC-JP | 錫褻錫剡B | 10111100111000101110101011111000101111001110001010001111101100111100011101000010 | bce2eaf8bce28fb3c742 |
UTF-8 | 錫褻錫剡B | 11101001100011001010101111101000101001001011101111101001100011001010101111100101100010011010000101000010 | e98cabe8a4bbe98cabe589a142 |
UHC | 錫褻錫剡B | 111000001011100011100000111000011110000010111000111000001110011001000010 | e0b8e0e1e0b8e0e642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)