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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 莊??吉 | 111001001011010100111111001111111000101101100111 | e4b53f3f8b67 |
EUC-JP | 莊??吉 | 111010001011011100111111001111111011010111001000 | e8b73f3fb5c8 |
UTF-8 | 莊쯧렪吉 | 111010001000111010001010111011001010111110100111111010111010000010101010111001011001000010001001 | e88e8aecafa7eba0aae59089 |
UHC | 莊쯧렪吉 | 1110110111110110110000101110110010001110101110001101000111001110 | edf6c2ec8eb8d1ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)