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 | 餓??議?? | 1000100111101100001111110011111110001011011000110011111100111111 | 89ec3f3f8b633f3f |
EUC-JP | 餓??議?? | 1011001011101110001111110011111110110101110001000011111100111111 | b2ee3f3fb5c43f3f |
UTF-8 | 餓곕쓹議곭뜏 | 111010011010010010010011111010101011001110010101111011001001001110111001111010001010110110110000111010101011001110101101111010111001110010001111 | e9a493eab395ec93b9e8adb0eab3adeb9c8f |
UHC | 餓곕쓹議곭뜏 | 111001001011101110110000111010111001110110010101111011001010000110000001111001111000110110010010 | e4bbb0eb9d95eca181e78d92 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)