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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | ??^ | 001111110011111101011110 | 3f3f5e |
EUC-JP | 梡?^ | 1000111111000011111100110011111101011110 | 8fc3f33f5e |
UTF-8 | 梡슱^ | 11100110101000101010000111101100100010101011000101011110 | e6a2a1ec8ab15e |
UHC | 梡슱^ | 1110100011001001100110101011100001011110 | e8c99ab85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)