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 | 闢吝粋霎ア髏 | 1110100010010011100110011110010110010000100010001110100010111110101100011110100110010000 | e89399e59088e8beb1e990 |
EUC-JP | 闢吝粋霎ア髏 | 111011111111001111010010111001111011111111101000111100001100000010001110101100011111000111110000 | eff3d2e7bfe8f0c08eb1f1f0 |
UTF-8 | 闢吝粋霎ア髏 | 111010011001011110100010111001011001000010011101111001111011001010001011111010011001110010001110111011111011110110110001111010011010101110001111 | e997a2e5909de7b28be99c8eefbdb1e9ab8f |
UHC | 闢吝???? | 1101110010100011110101111111000000111111001111110011111100111111 | dca3d7f03f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)