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 | 尺丈ム | 1000111011011010100011111110010011010001 | 8eda8fe4d1 |
EUC-JP | 尺丈ム | 101111001101110010111110111001101000111011010001 | bcdcbee68ed1 |
UTF-8 | 尺丈ム | 111001011011000010111010111001001011100010001000111011111011111010010001 | e5b0bae4b888efbe91 |
UHC | 尺丈? | 1111010010101001111011011101101100111111 | f4a9eddb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)