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 | 碯盧゚ | 1110000111110011111000011011100011011111 | e1f3e1b8df |
EUC-JP | 碯盧゚ | 111000101111010111100010101110101000111011011111 | e2f5e2ba8edf |
UTF-8 | 碯盧゚ | 111001111010001010101111111001111001101110100111111011111011111010011111 | e7a2afe79ba7efbe9f |
UHC | ?盧? | 00111111110101101101010000111111 | 3fd6d43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)