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 | 釈城劜 | 100011101101111110001111111010011111101010000101 | 8edf8fe9fa85 |
EUC-JP | 釈城劜 | 10111100111000011011111011101011100011111011001111011000 | bce1beeb8fb3d8 |
UTF-8 | 釈城劜 | 111010011000011110001000111001011001111110001110111001011000101010011100 | e98788e59f8ee58a9c |
UHC | ?城? | 00111111111000001111001000111111 | 3fe0f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)