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 | 豺ォホソ笏録 | 111001101011011110101011110011101011111111100010100101001001100001011110 | e6b7abcebfe294985e |
EUC-JP | 豺ォホソ笏録 | 111011001011100110001110101010111000111011001110100011101011111111100011111101001100111110111111 | ecb98eab8ece8ebfe3f4cfbf |
UTF-8 | 豺ォホソ笏録 | 111010001011000110111010111011111011110110101011111011111011111010001110111011111011110110111111111001111010110010001111111010011000110010110010 | e8b1baefbdabefbe8eefbdbfe7ac8fe98cb2 |
UHC | 豺???笏? | 1110001111001111001111110011111100111111111110111110111000111111 | e3cf3f3f3ffbee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)