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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 瓮ュ?節? | 1110000101000100100000111000010100111111100100001101111100111111 | e14483853f90df3f |
EUC-JP | 瓮ュ?節? | 1110000110100101101001011110010100111111110000001110000100111111 | e1a5a5e53fc0e13f |
UTF-8 | 瓮ュ윜節띄 | 111001111001001110101110111000111000001110100101111011001001110010011100111001111010111110000000111010111001110110000100 | e793aee383a5ec9c9ce7af80eb9d84 |
UHC | 瓮ュ윜節띄 | 11101000101101111010101111100101100111111001111111101111101111011011011011100111 | e8b7abe59f9fefbdb6e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)