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 | ヘ瘴シ | 11001101111000011000111110111100 | cde18fbc |
EUC-JP | ヘ瘴シ | 100011101100110111100001111011111000111010111100 | 8ecde1ef8ebc |
UTF-8 | ヘ瘴シ | 111011111011111010001101111001111001100010110100111011111011110110111100 | efbe8de798b4efbdbc |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)