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 | 捨勺セ | 1000111011001100100011101101100110111110 | 8ecc8ed9be |
EUC-JP | 捨勺セ | 101111001100111010111100110110111000111010111110 | bccebcdb8ebe |
UTF-8 | 捨勺セ | 111001101000110110101000111001011000101110111010111011111011110110111110 | e68da8e58bbaefbdbe |
UHC | 捨勺? | 1101111011010111111011011100001100111111 | ded7edc33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)