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 | 褥取迂 | 111001011111000110001110111001101000100101001001 | e5f18ee68949 |
EUC-JP | 褥取迂 | 111010101111001110111100111010001011000110101010 | eaf3bce8b1aa |
UTF-8 | 褥取迂 | 111010001010010010100101111001011000111110010110111010001011111110000010 | e8a4a5e58f96e8bf82 |
UHC | 褥取迂 | 111010011011001111110110101000101110100111100110 | e9b3f6a2e9e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)