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 | 苣水識 | 111001001001000010010000100001011000111010101111 | e49090858eaf |
EUC-JP | 苣水識 | 111001111111000010111111111001011011110010110001 | e7f0bfe5bcb1 |
UTF-8 | 苣水識 | 111010001000101110100011111001101011000010110100111010001010110110011000 | e88ba3e6b0b4e8ad98 |
UHC | ?水識 | 0011111111100010101010011110001111011011 | 3fe2a9e3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)