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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 釈社樟ス | 10001110110111111000111011010000100011111011111010111101 | 8edf8ed08fbebd |
EUC-JP | 釈社樟ス | 1011110011100001101111001101001010111110110000001000111010111101 | bce1bcd2bec08ebd |
UTF-8 | 釈社樟ス | 111010011000011110001000111001111010010010111110111001101010100010011111111011111011110110111101 | e98788e7a4bee6a89fefbdbd |
UHC | ?社樟? | 001111111101111011100100111011011110100100111111 | 3fdee4ede93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)