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 | 骼疲潟邃 | 1110100110001110100101001110011010001010100000111110001010000100 | e98e94e68a83e284 |
EUC-JP | 骼疲潟邃 | 1111000111101110110010001110100010110011111000111110001111100100 | f1eec8e8b3e3e3e4 |
UTF-8 | 骼疲潟邃 | 111010011010101010111100111001111001011010110010111001101011110110011111111010011000001010000011 | e9aabce796b2e6bd9fe98283 |
UHC | ?疲潟邃 | 00111111111110011010101011100000101100111110001011000101 | 3ff9aae0b3e2c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)