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 | 餓??鳶?? | 1000100111101100001111110011111110010011110011100011111100111111 | 89ec3f3f93ce3f3f |
EUC-JP | 餓??鳶?? | 1011001011101110001111110011111111000110110100000011111100111111 | b2ee3f3fc6d03f3f |
UTF-8 | 餓뽫떥鳶멧퍟 | 111010011010010010010011111010111011110110101011111010111001011010100101111010011011001110110110111010111010100110100111111011011000110110011111 | e9a493ebbdabeb96a5e9b3b6eba9a7ed8d9f |
UHC | 餓뽫떥鳶멧퍟 | 111001001011101110010110111001111000101110111000111001101110100110111000111001001011101110010110 | e4bb96e78bb8e6e9b8e4bb96 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)