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 | 陬ィ蜻ー襃 | 1110100010100011101010001110010110010001101100001110010111101111 | e8a3a8e591b0e5ef |
EUC-JP | 陬ィ蜻ー襃 | 11110000101001011000111010101000111010011111000110001110101100001110101011110001 | f0a58ea8e9f18eb0eaf1 |
UTF-8 | 陬ィ蜻ー襃 | 111010011001100110101100111011111011110110101000111010001001110010111011111011111011110110110000111010001010010110000011 | e999acefbda8e89cbbefbdb0e8a583 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)