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 | 午??曖? | 10001100110111110011111100111111100111100100001000111111 | 8cdf3f3f9e423f |
EUC-JP | 午??曖? | 10111000111000010011111100111111110110111010001100111111 | b8e13f3fdba33f |
UTF-8 | 午닷윜曖놟 | 111001011000110110001000111010111000101110110111111011001001110010011100111001101001101110010110111010111000011010011111 | e58d88eb8bb7ec9c9ce69b96eb869f |
UHC | 午닷윜曖놟 | 11100111111011011011010011100101100111111001111111100100111100101000011101000010 | e7edb4e59f9fe4f28742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)