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 | 瓮〓??? | 11100001010001001000000110101100001111110011111100111111 | e14481ac3f3f3f |
EUC-JP | 瓮〓??? | 11100001101001011010001010101110001111110011111100111111 | e1a5a2ae3f3f3f |
UTF-8 | 瓮〓떯淋쭲 | 111001111001001110101110111000111000000010010011111010111001011010101111111011111010011110110101111011001010110110110010 | e793aee38093eb96afefa7b5ecadb2 |
UHC | 瓮〓떯淋쭲 | 11101000101101111010000111101011100010111011111111101100111110001010100001000110 | e8b7a1eb8bbfecf8a846 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)