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 | 駿??砥? | 10001111011110000011111100111111100100110111010100111111 | 8f783f3f93753f |
EUC-JP | 駿??砥? | 10111101110110010011111100111111110001011101011000111111 | bdd93f3fc5d63f |
UTF-8 | 駿띌캑砥렡 | 111010011010011110111111111010111001110110001100111011001011101010010001111001111010000010100101111010111010000010100001 | e9a7bfeb9d8cecba91e7a0a5eba0a1 |
UHC | 駿띌캑砥렡 | 11110001111001111011011011101001110001001011010011110010101100101000111010110010 | f1e7b6e9c4b4f2b28eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)