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 | 瓮o?瓦?? | 111000010100010010000010100011110011111110001010101000100011111100111111 | e144828f3f8aa23f3f |
EUC-JP | 瓮o?瓦?? | 111000011010010110100011111011110011111110110100101001000011111100111111 | e1a5a3ef3fb4a43f3f |
UTF-8 | 瓮o쉠瓦뷸칲 | 111001111001001110101110111011111011110110001111111011001000100110100000111001111001001110100110111010111011011110111000111011001011100110110010 | e793aeefbd8fec89a0e793a6ebb7b8ecb9b2 |
UHC | 瓮o쉠瓦뷸칲 | 111010001011011110100011111011111011110110101010111010001011111110111010111001101010111110000101 | e8b7a3efbdaae8bfbae6af85 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)