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 | 髯溯ざ蜉シ | 111010011001100110011111111010001000001010110100111001011000101010111100 | e9999fe882b4e58abc |
EUC-JP | 髯溯ざ蜉シ | 11110001111110011101111011101010101001001011011011101001111010101000111010111100 | f1f9deeaa4b6e9ea8ebc |
UTF-8 | 髯溯ざ蜉シ | 111010011010101110101111111001101011101010101111111000111000000110010110111010001001110010001001111011111011110110111100 | e9abafe6baafe38196e89c89efbdbc |
UHC | ?溯ざ?? | 00111111111000011011110110101010101101100011111100111111 | 3fe1bdaab63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)