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 | ????℡ | 001111110011111100111111001111111000011110000100 | 3f3f3f3f8784 |
EUC-JP | ???靷? | 00111111001111110011111110001111111001111011110100111111 | 3f3f3f8fe7bd3f |
UTF-8 | 囹덇퀓靷℡ | 111011111010011010101001111010111000110110000111111011011000000010010011111010011001110110110111111000101000010010100001 | efa6a9eb8d87ed8093e99db7e284a1 |
UHC | 囹덇퀓靷℡ | 11100111101010101000100011101010101100111000100011101100111001101010001011100101 | e7aa88eab388ece6a2e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)