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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?賣骰 | 0011111111100110110011001110100110001101 | 3fe6cce98d |
EUC-JP | 鉍賣骰 | 10001111111000111101111011101100110011101111000111101101 | 8fe3deeccef1ed |
UTF-8 | 鉍賣骰 | 111010011000100110001101111010001011001110100011111010011010101010110000 | e9898de8b3a3e9aab0 |
UHC | ?賣? | 00111111110110001110001100111111 | 3fd8e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)