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 | 踞咏鮎踟 | 1110011011110101100110011110011110001000101111001110011011110111 | e6f599e788bce6f7 |
EUC-JP | 踞咏鮎踟 | 1110110011110111110100101110100110110000101111101110110011111001 | ecf7d2e9b0beecf9 |
UTF-8 | 踞咏鮎踟 | 111010001011100010011110111001011001001010001111111010011010111010001110111010001011100010011111 | e8b89ee5928fe9ae8ee8b89f |
UHC | 踞?鮎? | 110010111110011000111111111011111100011000111111 | cbe63fefc63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)