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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??期??期B | 001111110011111110001010111110100011111100111111100010101111101001000010 | 3f3f8afa3f3f8afa42 |
EUC-JP | ??期??期B | 001111110011111110110100111111000011111100111111101101001111110001000010 | 3f3fb4fc3f3fb4fc42 |
UTF-8 | 윔얜期윔얜期B | 11101100100111001001010011101100100101101001110011100110100111001001111111101100100111001001010011101100100101101001110011100110100111001001111101000010 | ec9c94ec969ce69c9fec9c94ec969ce69c9f42 |
UHC | 윔얜期윔얜期B | 11000000101010111011111011101011110100011010001011000000101010111011111011101011110100011010001001000010 | c0abbeebd1a2c0abbeebd1a242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)