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 | 癲???ユ? | 1110000110011111001111110011111100111111100000111000011000111111 | e19f3f3f3f83863f |
EUC-JP | 癲??嫄ユ? | 11100010101000010011111100111111100011111011101010100001101001011110011000111111 | e2a13f3f8fbaa1a5e63f |
UTF-8 | 癲⒲굥嫄ユ눨 | 111001111001100110110010111000101001001010110010111010101011010110100101111001011010101110000100111000111000001110100110111010111000100010101000 | e799b2e292b2eab5a5e5ab84e383a6eb88a8 |
UHC | 癲⒲굥嫄ユ눨 | 111011111010011010101001111000111000001010001011111010101011000110101011111001101000011110111111 | efa6a9e3828beab1abe687bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)