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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??粃?? | 001111110011111111100010111000010011111100111111 | 3f3fe2e13f3f |
EUC-JP | ??粃?? | 001111110011111111100100111000110011111100111111 | 3f3fe4e33f3f |
UTF-8 | 룶뇟粃驪룶 | 111010111010001110110110111010111000011110011111111001111011001010000011111011111010011010000111111010111010001110110110 | eba3b6eb879fe7b283efa687eba3b6 |
UHC | 룶뇟粃驪룶 | 10001111101010111011010010100001110111011111101111100110101011111000111110101011 | 8fabb4a1ddfbe6af8fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)