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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | ?世?h? | 001111111001000010100010001111110110100000111111 | 3f90a23f683f |
EUC-JP | ?世?h? | 001111111100000010100100001111110110100000111111 | 3fc0a43f683f |
UTF-8 | 뾍世뻀h뾍 | 11101011101111101000110111100100101110001001011011101011101110111000000001101000111010111011111010001101 | ebbe8de4b896ebbb8068ebbe8d |
UHC | 뾍世뻀h뾍 | 100101110100101111100001101001101001011001001001011010001001011101001011 | 974be1a6964968974b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)