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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 譽e?B | 111001101010001110000010100001010011111101000010 | e6a382853f42 |
EUC-JP | 譽e?B | 111011001010010110100011111001010011111101000010 | eca5a3e53f42 |
UTF-8 | 譽e댎B | 11101000101011011011110111101111101111011000010111101011100011001000111001000010 | e8adbdefbd85eb8c8e42 |
UHC | 譽e댎B | 11100111111000101010001111100101100010001011011101000010 | e7e2a3e588b742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)