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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霆乗l荵セ | 111010001011101110001111111001101000001010001100111001001011100110111110 | e8bb8fe6828ce4b9be |
EUC-JP | 霆乗l荵セ | 11110000101111011011111011101000101000111110110011101000101110111000111010111110 | f0bdbee8a3ece8bb8ebe |
UTF-8 | 霆乗l荵セ | 111010011001110010000110111001001011100110010111111011111011110110001100111010001000110110110101111011111011110110111110 | e99c86e4b997efbd8ce88db5efbdbe |
UHC | 霆?l?? | 11101111111111010011111110100011111011000011111100111111 | effd3fa3ec3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)