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 | 諶??燧 | 111110111010101000111111001111111110000010011100 | fbaa3f3fe09c |
EUC-JP | 諶??燧 | 10001111110111101011010100111111001111111101111111111100 | 8fdeb53f3fdffc |
UTF-8 | 諶귚꽒燧 | 111010001010101110110110111010101011011110011010111010101011110110010010111001111000011110100111 | e8abb6eab79aeabd92e787a7 |
UHC | 諶귚꽒燧 | 1110010010100110100000101110010010000100101000011110001010101100 | e4a682e484a1e2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)