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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?譽襍 | 0011111111100110101000111110100010110101 | 3fe6a3e8b5 |
EUC-JP | 訵譽襍 | 10001111110111011101001111101100101001011111000010110111 | 8fddd3eca5f0b7 |
UTF-8 | 訵譽襍 | 111010001010100010110101111010001010110110111101111010001010010110001101 | e8a8b5e8adbde8a58d |
UHC | ?譽? | 00111111111001111110001000111111 | 3fe7e23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)