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 | ??????N | 00111111001111110011111100111111001111110011111101001110 | 3f3f3f3f3f3f4e |
SJIS-WIN | ??????N | 00111111001111110011111100111111001111110011111101001110 | 3f3f3f3f3f3f4e |
EUC-JP | ??????N | 00111111001111110011111100111111001111110011111101001110 | 3f3f3f3f3f3f4e |
UTF-8 | 묱뫐몼묱뫕뫝N | 11101011101011001011000111101011101010111001000011101011101010101011110011101011101011001011000111101011101010111001010111101011101010111001110101001110 | ebacb1ebab90ebaabcebacb1ebab95ebab9d4e |
UHC | 묱뫐몼묱뫕뫝N | 10010010010010001001000110110010100100011010000110010010010010001001000110110111100100011011110101001110 | 924891b291a1924891b791bd4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)