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 | 趾願シ募 | 11100110111001001000101011101000101111001001010111100101 | e6e48ae8bc95e5 |
EUC-JP | 趾願シ募 | 1110110011100110101101001110101010001110101111001100101011100111 | ece6b4ea8ebccae7 |
UTF-8 | 趾願シ募 | 111010001011011010111110111010011010000110011000111011111011110110111100111001011000101110011111 | e8b6bee9a198efbdbce58b9f |
UHC | 趾願?募 | 11110010101111111110101011000011001111111101100110110100 | f2bfeac33fd9b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)