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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 臍???狡? | 1110010001100000001111110011111100111111111000001100001000111111 | e4603f3f3fe0c23f |
EUC-JP | 臍???狡? | 1110011111000001001111110011111100111111111000001100010000111111 | e7c13f3f3fe0c43f |
UTF-8 | 臍멱렢먁狡倂 | 111010001000011110001101111010111010100110110001111010111010000010100010111010111010100010000001111001111000101110100001111001011000000010000010 | e8878deba9b1eba0a2eba881e78ba1e58082 |
UHC | 臍멱렢먁狡倂 | 111100001011000010111000111010001000111010110011101110001101000011001110111010101101110010110001 | f0b0b8e88eb3b8d0ceeadcb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)