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 | ???P?? | 001111110011111100111111010100000011111100111111 | 3f3f3f503f3f |
SJIS-WIN | セュ自Pセュ | 10111110101011011000111010101001010100001011111010101101 | bead8ea950bead |
EUC-JP | セュ自Pセュ | 1000111010111110100011101010110110111100101010110101000010001110101111101000111010101101 | 8ebe8eadbcab508ebe8ead |
UTF-8 | セュ自Pセュ | 11101111101111011011111011101111101111011010110111101000100001111010101001010000111011111011110110111110111011111011110110101101 | efbdbeefbdade887aa50efbdbeefbdad |
UHC | ??自P?? | 00111111001111111110110110111011010100000011111100111111 | 3f3fedbb503f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)