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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?⇒?ア∵ | 0011111110000001110010110011111110000011010000011000000111100110 | 3f81cb3f834181e6 |
EUC-JP | ?⇒?ア∵ | 0011111110100010110011010011111110100101101000101010001011101000 | 3fa2cd3fa5a2a2e8 |
UTF-8 | 룶⇒卽ア∵ | 111010111010001110110110111000101000011110010010111001011000110110111101111000111000001010100010111000101000100010110101 | eba3b6e28792e58dbde382a2e288b5 |
UHC | 룶⇒卽ア∵ | 10001111101010111010001010100001111100011110110110101011101000101010000111110001 | 8faba2a1f1edaba2a1f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)