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 | ◆???ギ | 10000001100111110011111100111111001111111000001101001101 | 819f3f3f3f834d |
EUC-JP | ◆???ギ | 10100010101000010011111100111111001111111010010110101110 | a2a13f3f3fa5ae |
UTF-8 | ◆룶괌卽ギ | 111000101001011110000110111010111010001110110110111010101011010010001100111001011000110110111101111000111000001010101110 | e29786eba3b6eab48ce58dbde382ae |
UHC | ◆룶괌卽ギ | 10100001110111111000111110101011101100011010000111110001111011011010101110101110 | a1df8fabb1a1f1edabae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)