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 | 厄???曖 | 10010110111011110011111100111111001111111001111001000010 | 96ef3f3f3f9e42 |
EUC-JP | 厄???曖 | 11001100111100010011111100111111001111111101101110100011 | ccf13f3f3fdba3 |
UTF-8 | 厄닌됯껙曖 | 111001011000111010000100111010111000101110001100111010111001000010101111111010101011101110011001111001101001101110010110 | e58e84eb8b8ceb90afeabb99e69b96 |
UHC | 厄닌됯껙曖 | 11100100111110001011010011010001100010011110101010110010101100111110010011110010 | e4f8b4d189eab2b3e4f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)