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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
EUC-JP | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
UTF-8 | 쩌체혧쨍짢] | 11101100101010011000110011101100101100101011010011101101100110001010011111101100101010001000110111101100101001111010001001011101 | eca98cecb2b4ed98a7eca88deca7a25d |
UHC | 쩌체혧쨍짢] | 1100001010111100110000111011110011000010100011111100001010111000110000101010100001011101 | c2bcc3bcc28fc2b8c2a85d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)