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 | 迢ケ逍・遽 | 1110011110001011101110011110011110010110101001011110011110101111 | e78bb9e796a5e7af |
EUC-JP | 迢ケ逍・遽 | 11101101111010111000111010111001111011011111011010001110101001011110111010110001 | edeb8eb9edf68ea5eeb1 |
UTF-8 | 迢ケ逍・遽 | 111010001011111110100010111011111011110110111001111010011000000010001101111011111011110110100101111010011000000110111101 | e8bfa2efbdb9e9808defbda5e981bd |
UHC | ??逍?遽 | 00111111001111111110000111001110001111111100101111101000 | 3f3fe1ce3fcbe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)