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 | 蓁ア譛 | 1110010011101011101100011110011010011100 | e4ebb1e69c |
EUC-JP | 蓁ア譛 | 111010001110110110001110101100011110101111111100 | e8ed8eb1ebfc |
UTF-8 | 蓁ア譛 | 111010001001001110000001111011111011110110110001111010001010110110011011 | e89381efbdb1e8ad9b |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)