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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 劉ㅣ뀌렦곁렎 | 111011111010011110000111111000111000010110100011111010111000000010001100111010111010000010100110111010101011001110000001111010111010000010001110 | efa787e385a3eb808ceba0a6eab381eba08e |
UHC | 劉ㅣ뀌렦곁렎 | 111010101110010110100100110100111011001011101110100011101011010110110000111001111000111010100100 | eae5a4d3b2ee8eb5b0e78ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)