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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | クラ^ | 1111000111000001101110001101011101011110 | f1c1b8d75e |
EUC-JP | ?クラ^ | 001111111000111010111000100011101101011101011110 | 3f8eb88ed75e |
UTF-8 | クラ^ | 11101110100001001011110011101111101111011011100011101111101111101001011101011110 | ee84bcefbdb8efbe975e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)