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 | 霎ッ謫ヲ驛「 | 111010001011111010101111111001101001001110100110111010011000001110100010 | e8beafe693a6e983a2 |
EUC-JP | 霎ッ謫ヲ驛「 | 111100001100000010001110101011111110101111110011100011101010011011110001111000111000111010100010 | f0c08eafebf38ea6f1e38ea2 |
UTF-8 | 霎ッ謫ヲ驛「 | 111010011001110010001110111011111011110110101111111010001010110010101011111011111011110110100110111010011010100110011011111011111011110110100010 | e99c8eefbdafe8acabefbda6e9a99befbda2 |
UHC | ??謫?驛? | 0011111100111111111011101110001100111111111001101011111000111111 | 3f3feee33fe6be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)