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 | 我?? | 10001001111001000011111100111111 | 89e43f3f |
EUC-JP | 我?? | 10110010111001100011111100111111 | b2e63f3f |
UTF-8 | 我덊뢜 | 111001101000100010010001111010111000110110001010111010111010001010011100 | e68891eb8d8aeba29c |
UHC | 我덊뢜 | 111001001011001010001000111011011000111101010111 | e4b288ed8f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)