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 | 阿???? | 100010001010001000111111001111110011111100111111 | 88a23f3f3f3f |
EUC-JP | 阿??馹? | 1011000010100100001111110011111110001111111010011010000100111111 | b0a43f3f8fe9a13f |
UTF-8 | 阿잞퐚馹좦 | 111010011001100010111111111011001001111010011110111011011001000010011010111010011010011010111001111011001010001010100110 | e998bfec9e9eed909ae9a6b9eca2a6 |
UHC | 阿잞퐚馹좦 | 11100100101110011001111111101111101111011000010011101100111100011010000101000010 | e4b99fefbd84ecf1a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)