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 | ?茵潮 | 0011111111100100100111111001001010101010 | 3fe49f92aa |
EUC-JP | ?茵潮 | 0011111111101000101000011100010010101100 | 3fe8a1c4ac |
UTF-8 | 앉茵潮 | 111011001001010110001001111010001000110010110101111001101011110110101110 | ec9589e88cb5e6bdae |
UHC | 앉茵潮 | 101111101100100111101100111000001111000011001101 | bec9ece0f0cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)