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 | ????[?? | 00111111001111110011111100111111010110110011111100111111 | 3f3f3f3f5b3f3f |
SJIS-WIN | 駿?蜘?[紙? | 10001111011110000011111110010010011101110011111101011011100011101000011000111111 | 8f783f92773f5b8e863f |
EUC-JP | 駿?蜘?[紙? | 10111101110110010011111111000011110110000011111101011011101110111110011000111111 | bdd93fc3d83f5bbbe63f |
UTF-8 | 駿렚蜘렲[紙렗 | 11101001101001111011111111101011101000001001101011101000100111001001100011101011101000001011001001011011111001111011010010011001111010111010000010010111 | e9a7bfeba09ae89c98eba0b25be7b499eba097 |
UHC | 駿렚蜘렲[紙렗 | 11110001111001111000111010101101111100101011101110001110101111110101101111110010101101011000111010101100 | f1e78eadf2bb8ebf5bf2b58eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)