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 | ??H | 001111110011111101001000 | 3f3f48 |
SJIS-WIN | ?滿H | 00111111100111111101111001001000 | 3f9fde48 |
EUC-JP | ?滿H | 00111111110111101110000001001000 | 3fdee048 |
UTF-8 | 뤀滿H | 11101011101001001000000011100110101110111011111101001000 | eba480e6bbbf48 |
UHC | 뤀滿H | 1000111110110001110110001011101101001000 | 8fb1d8bb48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)