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 | 驤戊ご蠕 | 1110100110001000100101011110100010000010101100101110010110111110 | e98895e882b2e5be |
EUC-JP | 驤戊ご蠕 | 1111000111101000110010101110101010100100101101001110101011000000 | f1e8caeaa4b4eac0 |
UTF-8 | 驤戊ご蠕 | 111010011010100110100100111001101000100010001010111000111000000110010100111010001010000010010101 | e9a9a4e6888ae38194e8a095 |
UHC | ?戊ご? | 001111111101100111100110101010101011010000111111 | 3fd9e6aab43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)