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 | 癲〓?^ | 111000011001111110000001101011000011111101011110 | e19f81ac3f5e |
EUC-JP | 癲〓?^ | 111000101010000110100010101011100011111101011110 | e2a1a2ae3f5e |
UTF-8 | 癲〓컛^ | 11100111100110011011001011100011100000001001001111101100101110111001101101011110 | e799b2e38093ecbb9b5e |
UHC | 癲〓컛^ | 11101111101001101010000111101011101100001000011001011110 | efa6a1ebb0865e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)