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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 楔早?? | 100111101011011010010001100000010011111100111111 | 9eb691813f3f |
EUC-JP | 楔早?? | 110111001011100011000001111000010011111100111111 | dcb8c1e13f3f |
UTF-8 | 楔早롖롘 | 111001101010010110010100111001101001011110101001111010111010000110010110111010111010000110011000 | e6a594e697a9eba196eba198 |
UHC | 楔早롖롘 | 1110000011011011111100001100010010001110110110101000111011011100 | e0dbf0c48eda8edc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)