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 | 駿?賓珥? | 1000111101111000001111111001010101101111111000001110000000111111 | 8f783f956fe0e03f |
EUC-JP | 駿?賓珥? | 1011110111011001001111111100100111010000111000001110001000111111 | bdd93fc9d0e0e23f |
UTF-8 | 駿곁賓珥렮 | 111010011010011110111111111010101011001110000001111010001011001110010011111001111000111110100101111010111010000010101110 | e9a7bfeab381e8b393e78fa5eba0ae |
UHC | 駿곁賓珥렮 | 11110001111001111011000011100111110111101011100111101100101101001000111010111011 | f1e7b0e7deb9ecb48ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)