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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 霽???醫? | 1110100011000111001111110011111100111111111001111100111000111111 | e8c73f3f3fe7ce3f |
EUC-JP | 霽杻??醫? | 11110000110010011000111111000011101001100011111100111111111011101101000000111111 | f0c98fc3a63f3feed03f |
UTF-8 | 霽杻렱렓醫렯 | 111010011001110010111101111001101001110110111011111010111010000010110001111010111010000010010011111010011000011010101011111010111010000010101111 | e99cbde69dbbeba0b1eba093e986abeba0af |
UHC | 霽杻렱렓醫렯 | 111100001011100011010010111011101000111010111110100011101010100011101100101000101000111010111100 | f0b8d2ee8ebe8ea8eca28ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)