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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蠖ォ鄒イホセ | 1110010110111101101010111110011110111110101100101100111010111110 | e5bdabe7beb2cebe |
EUC-JP | 蠖ォ鄒イホセ | 111010101011111110001110101010111110111011000000100011101011001010001110110011101000111010111110 | eabf8eabeec08eb28ece8ebe |
UTF-8 | 蠖ォ鄒イホセ | 111010001010000010010110111011111011110110101011111010011000010010010010111011111011110110110010111011111011111010001110111011111011110110111110 | e8a096efbdabe98492efbdb2efbe8eefbdbe |
UHC | ??鄒??? | 00111111001111111111010111011011001111110011111100111111 | 3f3ff5db3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)