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 | 疾鴦悉 | 1111000010111000100011101011111011101001111100011000111010111011 | f0b88ebee9f18ebb |
EUC-JP | ?疾鴦悉 | 00111111101111001100000011110010111100111011110010111101 | 3fbcc0f2f3bcbd |
UTF-8 | 疾鴦悉 | 111011101000000110110111111001111001011010111110111010011011010010100110111001101000001010001001 | ee81b7e796bee9b4a6e68289 |
UHC | ?疾鴦悉 | 00111111111100101111000011100100111011001110001111111010 | 3ff2f0e4ece3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)