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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 騾玖ご髯 | 1110100110000000100010111110100010000010101100101110100110011001 | e9808be882b2e999 |
EUC-JP | 騾玖ご髯 | 1111000111100000101101101110101010100100101101001111000111111001 | f1e0b6eaa4b4f1f9 |
UTF-8 | 騾玖ご髯 | 111010011010100010111110111001111000111010010110111000111000000110010100111010011010101110101111 | e9a8bee78e96e38194e9abaf |
UHC | ?玖ご? | 001111111100111110111000101010101011010000111111 | 3fcfb8aab43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)