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 | ?瓣澁 | 0011111111100001010000011110000001000110 | 3fe141e046 |
EUC-JP | ?瓣澁 | 0011111111100001101000101101111110100111 | 3fe1a2dfa7 |
UTF-8 | 룿瓣澁 | 111010111010001110111111111001111001001110100011111001101011111010000001 | eba3bfe793a3e6be81 |
UHC | 룿瓣澁 | 100011111011000011110111111110111101111110111011 | 8fb0f7fbdfbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)