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 | セュ韵蒔陬釈 | 10111110101011011110100011101111100011101010101011101000101000111000111011011111 | beade8ef8eaae8a38edf |
EUC-JP | セュ韵蒔陬釈 | 100011101011111010001110101011011111000011110001101111001010110011110000101001011011110011100001 | 8ebe8eadf0f1bcacf0a5bce1 |
UTF-8 | セュ韵蒔陬釈 | 111011111011110110111110111011111011110110101101111010011001111110110101111010001001001010010100111010011001100110101100111010011000011110001000 | efbdbeefbdade99fb5e89294e999ace98788 |
UHC | ???蒔?? | 00111111001111110011111111100011110010000011111100111111 | 3f3f3fe3c83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)