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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 陋ケ蜻ア譬 | 1110100010011011101110011110010110010001101100011110011010100000 | e89bb9e591b1e6a0 |
EUC-JP | 陋ケ蜻ア譬 | 11101111111110111000111010111001111010011111000110001110101100011110110010100010 | effb8eb9e9f18eb1eca2 |
UTF-8 | 陋ケ蜻ア譬 | 111010011001100110001011111011111011110110111001111010001001110010111011111011111011110110110001111010001010110110101100 | e9998befbdb9e89cbbefbdb1e8adac |
UHC | 陋???譬 | 11010111101100000011111100111111001111111101111010100111 | d7b03f3f3fdea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)