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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???ァ? | 001111110011111100111111100000110100000000111111 | 3f3f3f83403f |
EUC-JP | ???ァ? | 001111110011111100111111101001011010000100111111 | 3f3f3fa5a13f |
UTF-8 | ∼룶쨵ァ∼ | 111000101000100010111100111010111010001110110110111011001010100010110101111000111000001010100001111000101000100010111100 | e288bceba3b6eca8b5e382a1e288bc |
UHC | ∼룶쨵ァ∼ | 10100001101011011000111110101011101001001000111110101011101000011010000110101101 | a1ad8faba48faba1a1ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)