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 | 尺蕉モ | 1000111011011010100011111101010011010011 | 8eda8fd4d3 |
EUC-JP | 尺蕉モ | 101111001101110010111110110101101000111011010011 | bcdcbed68ed3 |
UTF-8 | 尺蕉モ | 111001011011000010111010111010001001010110001001111011111011111010010011 | e5b0bae89589efbe93 |
UHC | 尺蕉? | 1111010010101001111101011010111100111111 | f4a9f5af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)