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 | ??????v | 00111111001111110011111100111111001111110011111101110110 | 3f3f3f3f3f3f76 |
SJIS-WIN | ??????v | 00111111001111110011111100111111001111110011111101110110 | 3f3f3f3f3f3f76 |
EUC-JP | ??????v | 00111111001111110011111100111111001111110011111101110110 | 3f3f3f3f3f3f76 |
UTF-8 | 묱뫇뫎묯뫜몼v | 11101011101011001011000111101011101010111000011111101011101010111000111011101011101011001010111111101011101010111001110011101011101010101011110001110110 | ebacb1ebab87ebab8eebacafebab9cebaabc76 |
UHC | 묱뫇뫎묯뫜몼v | 10010010010010001001000110101010100100011011000010010010010001101001000110111100100100011010000101110110 | 924891aa91b0924691bc91a176 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)