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 | ?疾????? | 0011111110001110101111100011111100111111001111110011111100111111 | 3f8ebe3f3f3f3f3f |
EUC-JP | ?疾????? | 0011111110111100110000000011111100111111001111110011111100111111 | 3fbcc03f3f3f3f3f |
UTF-8 | 셈疾솟렯렱렯렜 | 111011001000010110001000111001111001011010111110111011001000011010011111111010111010000010101111111010111010000010110001111010111010000010101111111010111010000010011100 | ec8588e796beec869feba0afeba0b1eba0afeba09c |
UHC | 셈疾솟렯렱렯렜 | 1011110011000000111100101111000010111100110110101000111010111100100011101011111010001110101111001000111010101110 | bcc0f2f0bcda8ebc8ebe8ebc8eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)