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 | 辜区じ | 111001111000001110001011111001101000001010110110 | e7838be682b6 |
EUC-JP | 辜区じ | 111011011110001110110110111010001010010010111000 | ede3b6e8a4b8 |
UTF-8 | 辜区じ | 111010001011111010011100111001011000110010111010111000111000000110011000 | e8be9ce58cbae38198 |
UHC | 辜?じ | 1100110111010000001111111010101010111000 | cdd03faab8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)