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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???踰??? | 0011111100111111001111111110011011111010001111110011111100111111 | 3f3f3fe6fa3f3f3f |
EUC-JP | ???踰??? | 0011111100111111001111111110110011111100001111110011111100111111 | 3f3f3fecfc3f3f3f |
UTF-8 | 說묋몳踰싨넼溜 | 111011111010011010100001111010111010110010001011111010111010101010110011111010001011100010110000111011001000101110101000111010111000010010111100111011111010011110001011 | efa6a1ebac8bebaab3e8b8b0ec8ba8eb84bcefa78b |
UHC | 說묋몳踰싨넼溜 | 1110011011110010100100011110100010010001100110111110101110110010100110101110011010000110101101101110101011111110 | e6f291e8919bebb29ae686b6eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)