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 | 驛、遘俶z | 111010011000001110100100111001111010011110011000111001101000001010011010 | e983a4e7a798e6829a |
EUC-JP | 驛、遘俶z | 11110001111000111000111010100100111011101010100111010000111010001010001111111010 | f1e38ea4eea9d0e8a3fa |
UTF-8 | 驛、遘俶z | 111010011010100110011011111011111011110110100100111010011000000110011000111001001011111110110110111011111011110110011010 | e9a99befbda4e98198e4bfb6efbd9a |
UHC | 驛???z | 11100110101111100011111100111111001111111010001111111010 | e6be3f3f3fa3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)