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 | ? ?ャ? | 00111111100000010100000000111111100000111000001100111111 | 3f81403f83833f |
EUC-JP | ? ?ャ? | 00111111101000011010000100111111101001011110001100111111 | 3fa1a13fa5e33f |
UTF-8 | 룶 卽ャ룶 | 111010111010001110110110111000111000000010000000111001011000110110111101111000111000001110100011111010111010001110110110 | eba3b6e38080e58dbde383a3eba3b6 |
UHC | 룶 卽ャ룶 | 10001111101010111010000110100001111100011110110110101011111000111000111110101011 | 8faba1a1f1edabe38fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)