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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ツ黍ツ洩 | 110000101000101101101111110000101000100101101011 | c28b6fc2896b |
EUC-JP | ツ黍ツ洩 | 1000111011000010101101011101000010001110110000101011000111001100 | 8ec2b5d08ec2b1cc |
UTF-8 | ツ黍ツ洩 | 111011111011111010000010111010011011101110001101111011111011111010000010111001101011010010101001 | efbe82e9bb8defbe82e6b4a9 |
UHC | ?黍?洩 | 001111111110000010101000001111111110000011011101 | 3fe0a83fe0dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)