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 | 謫ャ蝸懊除 | 111001101001001110101100111001011001011110011100111000111000111110011100 | e693ace5979ce38f9c |
EUC-JP | 謫ャ蝸懊除 | 11101011111100111000111010101100111010011111011111011000111001011011110111111100 | ebf38eace9f7d8e5bdfc |
UTF-8 | 謫ャ蝸懊除 | 111010001010110010101011111011111011110110101100111010001001110110111000111001101000011110001010111010011001100110100100 | e8acabefbdace89db8e6878ae999a4 |
UHC | 謫?蝸懊除 | 111011101110001100111111111010001100010011100111111110001111000010110110 | eee33fe8c4e7f8f0b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)