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 | 蜆偵識 | 111001011000010010010010111000111000111010101111 | e58492e38eaf |
EUC-JP | 蜆偵識 | 111010011110010011000100111001011011110010110001 | e9e4c4e5bcb1 |
UTF-8 | 蜆偵識 | 111010001001110010000110111001011000000110110101111010001010110110011000 | e89c86e581b5e8ad98 |
UHC | ?偵識 | 0011111111101111110011111110001111011011 | 3fefcfe3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)