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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 棚端袖 | 100100100100100110010010010110111001000110110011 | 9249925b91b3 |
EUC-JP | 棚端袖 | 110000111010101011000011101111001100001010110101 | c3aac3bcc2b5 |
UTF-8 | 棚端袖 | 111001101010001110011010111001111010101110101111111010001010001010010110 | e6a39ae7abafe8a296 |
UHC | 棚端袖 | 110111011101110011010011101011101110001011000000 | dddcd3aee2c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)