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 | ????A\ | 001111110011111100111111001111110100000101011100 | 3f3f3f3f415c |
SJIS-WIN | 駿?蜘?A\ | 1000111101111000001111111001001001110111001111110100000101011100 | 8f783f92773f415c |
EUC-JP | 駿?蜘?A\ | 1011110111011001001111111100001111011000001111110100000101011100 | bdd93fc3d83f415c |
UTF-8 | 駿렚蜘렲A\ | 1110100110100111101111111110101110100000100110101110100010011100100110001110101110100000101100100100000101011100 | e9a7bfeba09ae89c98eba0b2415c |
UHC | 駿렚蜘렲A\ | 11110001111001111000111010101101111100101011101110001110101111110100000101011100 | f1e78eadf2bb8ebf415c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)