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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?擺??擺?^ | 001111111001110110110010001111110011111110011101101100100011111101011110 | 3f9db23f3f9db23f5e |
EUC-JP | ?擺??擺?^ | 001111111101101010110100001111110011111111011010101101000011111101011110 | 3fdab43f3fdab43f5e |
UTF-8 | 뤈擺킘뤈擺킘^ | 11101011101001001000100011100110100100111011101011101101100000101001100011101011101001001000100011100110100100111011101011101101100000101001100001011110 | eba488e693baed8298eba488e693baed82985e |
UHC | 뤈擺킘뤈擺킘^ | 10001111101110001111011111101100101101010100010010001111101110001111011111101100101101010100010001011110 | 8fb8f7ecb5448fb8f7ecb5445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)