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 | 一訥? | 1000100011101010111001100110001100111111 | 88eae6633f |
EUC-JP | 一訥? | 1011000011101100111010111100010000111111 | b0ecebc43f |
UTF-8 | 一訥섯 | 111001001011100010000000111010001010100010100101111011001000010010101111 | e4b880e8a8a5ec84af |
UHC | 一訥섯 | 111011001110100111010010111011011011110010111000 | ece9d2edbcb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)