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 | 載?件? | 100011011101101000111111100011001000111100111111 | 8dda3f8c8f3f |
EUC-JP | 載?件? | 101110101101110000111111101101111110111100111111 | badc3fb7ef3f |
UTF-8 | 載언件뤗 | 111010001011110010001001111011001001011010111000111001001011101110110110111010111010010010010111 | e8bc89ec96b8e4bbb6eba497 |
UHC | 載언件뤗 | 1110111010110000101111101111000011001011111011001000111111000111 | eeb0bef0cbec8fc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)