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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?ゼ?乘 | 001111111000001101011011001111111001100010101001 | 3f835b3f98a9 |
EUC-JP | ?ゼ?乘 | 001111111010010110111100001111111101000010101011 | 3fa5bc3fd0ab |
UTF-8 | 뤚ゼ퀛乘 | 111010111010010010011010111000111000001010111100111011011000000010011011111001001011100110011000 | eba49ae382bced809be4b998 |
UHC | 뤚ゼ퀛乘 | 1000111111001001101010111011110010110011100011111110001110101011 | 8fc9abbcb38fe3ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)