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 | 紗尺屡 | 100011101101000110001110110110101000111011000110 | 8ed18eda8ec6 |
EUC-JP | 紗尺屡 | 101111001101001110111100110111001011110011001000 | bcd3bcdcbcc8 |
UTF-8 | 紗尺屡 | 111001111011010010010111111001011011000010111010111001011011000110100001 | e7b497e5b0bae5b1a1 |
UHC | 紗尺? | 1101111011101001111101001010100100111111 | dee9f4a93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)