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 | ????阿 | 001111110011111100111111001111111000100010100010 | 3f3f3f3f88a2 |
EUC-JP | ????阿 | 001111110011111100111111001111111011000010100100 | 3f3f3f3fb0a4 |
UTF-8 | 令⒠띿뒋阿 | 111011111010011010101000111000101001001010100000111010111001110110111111111010111001001010001011111010011001100010111111 | efa6a8e292a0eb9dbfeb928be998bf |
UHC | 令⒠띿뒋阿 | 11100111101010011010100111010001100011011110110010001010100010001110010010111001 | e7a9a9d18dec8a88e4b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)