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 | ????B?? | 00111111001111110011111100111111010000100011111100111111 | 3f3f3f3f423f3f |
SJIS-WIN | 駿?蜘?B紙? | 10001111011110000011111110010010011101110011111101000010100011101000011000111111 | 8f783f92773f428e863f |
EUC-JP | 駿?蜘?B紙? | 10111101110110010011111111000011110110000011111101000010101110111110011000111111 | bdd93fc3d83f42bbe63f |
UTF-8 | 駿렚蜘렲B紙렖 | 11101001101001111011111111101011101000001001101011101000100111001001100011101011101000001011001001000010111001111011010010011001111010111010000010010110 | e9a7bfeba09ae89c98eba0b242e7b499eba096 |
UHC | 駿렚蜘렲B紙렖 | 11110001111001111000111010101101111100101011101110001110101111110100001011110010101101011000111010101011 | f1e78eadf2bb8ebf42f2b58eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)