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 | 霆城㍾ | 111010001011101110001111111010011000011110001101 | e8bb8fe9878d |
EUC-JP | 霆城? | 1111000010111101101111101110101100111111 | f0bdbeeb3f |
UTF-8 | 霆城㍾ | 111010011001110010000110111001011001111110001110111000111000110110111110 | e99c86e59f8ee38dbe |
UHC | 霆城? | 1110111111111101111000001111001000111111 | effde0f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)