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 | 諶??暗 | 111110111010101000111111001111111000100011000011 | fbaa3f3f88c3 |
EUC-JP | 諶??暗 | 10001111110111101011010100111111001111111011000011000101 | 8fdeb53f3fb0c5 |
UTF-8 | 諶뙊뢑暗 | 111010001010101110110110111010111001100110001010111010111010001010010001111001101001101010010111 | e8abb6eb998aeba291e69a97 |
UHC | 諶뙊뢑暗 | 1110010010100110100011001000111110001111010011001110010011011110 | e4a68c8f8f4ce4de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)