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 | 戊樒謀 | 100101011110100010011110111001111001011001100100 | 95e89ee79664 |
EUC-JP | 戊樒謀 | 110010101110101011011100111010011100101111000101 | caeadce9cbc5 |
UTF-8 | 戊樒謀 | 111001101000100010001010111001101010100010010010111010001010110010000000 | e6888ae6a892e8ac80 |
UHC | 戊?謀 | 1101100111100110001111111101100111000111 | d9e63fd9c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)