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 | 鬘玖娼闡オ | 111010011010000110001011111010001000111110101001111010001001000110110101 | e9a18be88fa9e891b5 |
EUC-JP | 鬘玖娼闡オ | 11110010101000111011011011101010101111101010101111101111111100011000111010110101 | f2a3b6eabeabeff18eb5 |
UTF-8 | 鬘玖娼闡オ | 111010011010110010011000111001111000111010010110111001011010100010111100111010011001011110100001111011111011110110110101 | e9ac98e78e96e5a8bce997a1efbdb5 |
UHC | ?玖娼闡? | 0011111111001111101110001111001111011110111101001100010100111111 | 3fcfb8f3def4c53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)