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 | 遶溯オヲ遽 | 1110011110101011100111111110100010110101101001101110011110101111 | e7ab9fe8b5a6e7af |
EUC-JP | 遶溯オヲ遽 | 11101110101011011101111011101010100011101011010110001110101001101110111010110001 | eeaddeea8eb58ea6eeb1 |
UTF-8 | 遶溯オヲ遽 | 111010011000000110110110111001101011101010101111111011111011110110110101111011111011110110100110111010011000000110111101 | e981b6e6baafefbdb5efbda6e981bd |
UHC | ?溯??遽 | 00111111111000011011110100111111001111111100101111101000 | 3fe1bd3f3fcbe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)