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?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
EUC-JP | ?薏h?薏 | 001111111000111111011001110111100110100000111111100011111101100111011110 | 3f8fd9de683f8fd9de |
UTF-8 | 뤗薏h뤗薏 | 11101011101001001001011111101000100101101000111101101000111010111010010010010111111010001001011010001111 | eba497e8968f68eba497e8968f |
UHC | 뤗薏h뤗薏 | 100011111100011111101011111110110110100010001111110001111110101111111011 | 8fc7ebfb688fc7ebfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)