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 | 癸ワレ | 11100001101000011101110011011010 | e1a1dcda |
EUC-JP | 癸ワレ | 111000101010001110001110110111001000111011011010 | e2a38edc8eda |
UTF-8 | 癸ワレ | 111001111001100110111000111011111011111010011100111011111011111010011010 | e799b8efbe9cefbe9a |
UHC | 癸?? | 11001101101001000011111100111111 | cda43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)