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 | 礁黑レ | 1000111111001010111111000100101111011010 | 8fcafc4bda |
EUC-JP | 礁?レ | 1011111011001100001111111000111011011010 | becc3f8eda |
UTF-8 | 礁黑レ | 111001111010010010000001111010011011101110010001111011111011111010011010 | e7a481e9bb91efbe9a |
UHC | 礁黑? | 1111010110100111111111011101100100111111 | f5a7fdd93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)