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 | ?賚貭 | 0011111111100110110011011110011011000010 | 3fe6cde6c2 |
EUC-JP | 誟賚貭 | 10001111110111011111100111101100110011111110110011000100 | 8fddf9eccfecc4 |
UTF-8 | 誟賚貭 | 111010001010101010011111111010001011001110011010111010001011001010101101 | e8aa9fe8b39ae8b2ad |
UHC | ?賚? | 00111111110101101111001000111111 | 3fd6f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)