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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?宗 | 001111111000111101000000 | 3f8f40 |
EUC-JP | ?宗 | 001111111011110110100001 | 3fbda1 |
UTF-8 | 윤宗 | 111011001001110010100100111001011010111010010111 | ec9ca4e5ae97 |
UHC | 윤宗 | 11000000101100011111000011110011 | c0b1f0f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)