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 | 恙?艾 | 1001110010011001001111111110010010001000 | 9c993fe488 |
EUC-JP | 恙?艾 | 1101011111111001001111111110011111101000 | d7f93fe7e8 |
UTF-8 | 恙뒟艾 | 111001101000000110011001111010111001001010011111111010001000100110111110 | e68199eb929fe889be |
UHC | 恙뒟艾 | 111001011011111110001010100110111110010011110101 | e5bf8a9be4f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)