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 | 驍ょ臆鬨 | 1110100110000010100000101110010110001001101100001110100110101000 | e98282e589b0e9a8 |
EUC-JP | 驍ょ臆鬨 | 1111000111100010101001001110011110110010101100101111001010101010 | f1e2a4e7b2b2f2aa |
UTF-8 | 驍ょ臆鬨 | 111010011010100110001101111000111000001010000111111010001000011110000110111010011010110010101000 | e9a98de38287e88786e9aca8 |
UHC | 驍ょ臆? | 11111101101001001010101011100111111001011110011000111111 | fda4aae7e5e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)