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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ???ⅢB | 001111110011111100111111100001110101011001000010 | 3f3f3f875642 |
EUC-JP | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
UTF-8 | 娛붡띹ⅢB | 11100101101010001001101111101011101101101010000111101011100111011011100111100010100001011010001001000010 | e5a89bebb6a1eb9db9e285a242 |
UHC | 娛붡띹ⅢB | 111001111111010010010100110100011000110111101000101001011011001001000010 | e7f494d18de8a5b242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)