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 | 豢第イ | 1110011010110100100100011110011010110010 | e6b491e6b2 |
EUC-JP | 豢第イ | 111011001011011011000010111010001000111010110010 | ecb6c2e88eb2 |
UTF-8 | 豢第イ | 111010001011000110100010111001111010110010101100111011111011110110110010 | e8b1a2e7acacefbdb2 |
UHC | ?第? | 00111111111100001010111100111111 | 3ff0af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)