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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | ?艀] | 00111111111001000111100001011101 | 3fe4785d |
EUC-JP | 瀣艀] | 100011111100100110110001111001111101100101011101 | 8fc9b1e7d95d |
UTF-8 | 瀣艀] | 11100111100000001010001111101000100010011000000001011101 | e780a3e889805d |
UHC | 瀣艀] | 1111101010101110110111011011001001011101 | faaeddb25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)