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 | ?訥? | 00111111111001100110001100111111 | 3fe6633f |
EUC-JP | 鋌訥? | 100011111110010010111011111010111100010000111111 | 8fe4bbebc43f |
UTF-8 | 鋌訥들 | 111010011000101110001100111010001010100010100101111010111001001110100100 | e98b8ce8a8a5eb93a4 |
UHC | 鋌訥들 | 111011111111101111010010111011011011010111101001 | effbd2edb5e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)