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 | 闢頑ィ娯箔 | 111010001001001110001010111001101010100010001100111000101001010010010011 | e8938ae6a88ce29493 |
EUC-JP | 闢頑ィ娯箔 | 11101111111100111011010011101000100011101010100010111000111001001100011111110011 | eff3b4e88ea8b8e4c7f3 |
UTF-8 | 闢頑ィ娯箔 | 111010011001011110100010111010011010000010010001111011111011110110101000111001011010100010101111111001111010111010010100 | e997a2e9a091efbda8e5a8afe7ae94 |
UHC | 闢頑??箔 | 1101110010100011111010001101011100111111001111111101101011011000 | dca3e8d73f3fdad8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)