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 | 載?鼈璋?? | 100011011101101000111111111010101000100011100000111101100011111100111111 | 8dda3fea88e0f63f3f |
EUC-JP | 載?鼈璋?? | 101110101101110000111111111100111110100011100000111110000011111100111111 | badc3ff3e8e0f83f3f |
UTF-8 | 載어鼈璋렓裏 | 111010001011110010001001111011001001011010110100111010011011110010001000111001111001001010001011111010111010000010010011111011111010011110100111 | e8bc89ec96b4e9bc88e7928beba093efa7a7 |
UHC | 載어鼈璋렓裏 | 111011101011000010111110111011101101110010101111111011011111000010001110101010001110110011000000 | eeb0beeedcafedf08ea8ecc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)