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 | ?血矯 | 0011111110001100100011001000101110111000 | 3f8c8c8bb8 |
EUC-JP | ?血矯 | 0011111110110111111011001011011010111010 | 3fb7ecb6ba |
UTF-8 | 뤿血矯 | 111010111010010010111111111010001010000110000000111001111001111110101111 | eba4bfe8a180e79faf |
UHC | 뤿血矯 | 100011111110101111111010111011001100111011101100 | 8febfaecceec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)