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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 瓮ュ?節?? | 111000010100010010000011100001010011111110010000110111110011111100111111 | e14483853f90df3f3f |
EUC-JP | 瓮ュ?節?? | 111000011010010110100101111001010011111111000000111000010011111100111111 | e1a5a5e53fc0e13f3f |
UTF-8 | 瓮ュ윜節띄몱 | 111001111001001110101110111000111000001110100101111011001001110010011100111001111010111110000000111010111001110110000100111010111010101010110001 | e793aee383a5ec9c9ce7af80eb9d84ebaab1 |
UHC | 瓮ュ윜節띄몱 | 111010001011011110101011111001011001111110011111111011111011110110110110111001111001000110011010 | e8b7abe59f9fefbdb6e7919a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)