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 | ???]?? | 001111110011111100111111010111010011111100111111 | 3f3f3f5d3f3f |
SJIS-WIN | ???]?? | 001111110011111100111111010111010011111100111111 | 3f3f3f5d3f3f |
EUC-JP | ???]?? | 001111110011111100111111010111010011111100111111 | 3f3f3f5d3f3f |
UTF-8 | 찼쨋혨]횪횪 | 11101100101100001011110011101100101010001000101111101101100110001010100001011101111011011001101010101010111011011001101010101010 | ecb0bceca88bed98a85ded9aaaed9aaa |
UHC | 찼쨋혨]횪횪 | 1100001110100001110000101011011011000010100100000101110111000011101000001100001110100000 | c3a1c2b6c2905dc3a0c3a0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)