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 | 瓊猾煮偲 | 1110000011111001111000001100111110001110110011111000111011000011 | e0f9e0cf8ecf8ec3 |
EUC-JP | 瓊猾煮偲 | 1110000011111011111000001101000110111100110100011011110011000101 | e0fbe0d1bcd1bcc5 |
UTF-8 | 瓊猾煮偲 | 111001111001001110001010111001111000110010111110111001111000010110101110111001011000000110110010 | e7938ae78cbee785aee581b2 |
UHC | 瓊猾煮? | 11001100111000011111110011000010111011011011010000111111 | cce1fcc2edb43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)