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 | 喇攷碯 | 100110100110100010011101101111011110000111110011 | 9a689dbde1f3 |
EUC-JP | 喇攷碯 | 110100111100100111011010101111111110001011110101 | d3c9dabfe2f5 |
UTF-8 | 喇攷碯 | 111001011001011010000111111001101001010010110111111001111010001010101111 | e59687e694b7e7a2af |
UHC | 喇攷? | 1101010011111010110011011011100100111111 | d4facdb93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)