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 | 悛縫? | 1001110010100000100101100100010000111111 | 9ca096443f |
EUC-JP | 悛縫? | 1101100010100010110010111010010100111111 | d8a2cba53f |
UTF-8 | 悛縫렱 | 111001101000001010011011111001111011100010101011111010111010000010110001 | e6829be7b8abeba0b1 |
UHC | 悛縫렱 | 111011101111100111011100111011101000111010111110 | eef9dcee8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)