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 | 地????? | 10010010011011100011111100111111001111110011111100111111 | 926e3f3f3f3f3f |
EUC-JP | 地????? | 11000011110011110011111100111111001111110011111100111111 | c3cf3f3f3f3f3f |
UTF-8 | 地렩理면렏렩 | 111001011001110010110000111010111010000010101001111011111010011110100100111010111010100110110100111010111010000010001111111010111010000010101001 | e59cb0eba0a9efa7a4eba9b4eba08feba0a9 |
UHC | 地렩理면렏렩 | 111100101010001010001110101101111110110010110101101110001110100110001110101001011000111010110111 | f2a28eb7ecb5b8e98ea58eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)