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 | 億??? | 1000100110101101001111110011111100111111 | 89ad3f3f3f |
EUC-JP | 億??? | 1011001010101111001111110011111100111111 | b2af3f3f3f |
UTF-8 | 億롨럳緣 | 111001011000010010000100111010111010000110101000111010111001111110110011111001111011011110100011 | e58484eba1a8eb9fb3e7b7a3 |
UHC | 億롨럳緣 | 1110010111100010100011101110100010001110100100111110011011011110 | e5e28ee88e93e6de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)