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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 豌冗ャ詮 | 11100110101100001000111111100111101011001001000101000110 | e6b08fe7ac9146 |
EUC-JP | 豌冗ャ詮 | 1110110010110010101111101110100110001110101011001100000110100111 | ecb2bee98eacc1a7 |
UTF-8 | 豌冗ャ詮 | 111010001011000110001100111001011000011010010111111011111011110110101100111010001010100110101110 | e8b18ce58697efbdace8a9ae |
UHC | 豌冗?詮 | 11101000110101011110100110110111001111111110111110101100 | e8d5e9b73fefac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)