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 | 贍?????? | 1110011011010110001111110011111100111111001111110011111100111111 | e6d63f3f3f3f3f3f |
EUC-JP | 贍?????? | 1110110011011000001111110011111100111111001111110011111100111111 | ecd83f3f3f3f3f3f |
UTF-8 | 贍렯렳렯렱센셋 | 111010001011010010001101111010111010000010101111111010111010000010110011111010111010000010101111111010111010000010110001111011001000010010111100111011001000010110001011 | e8b48deba0afeba0b3eba0afeba0b1ec84bcec858b |
UHC | 贍렯렳렯렱센셋 | 1110000011101011100011101011110010001110110000001000111010111100100011101011111010111100101111101011110011000010 | e0eb8ebc8ec08ebc8ebebcbebcc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)