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 | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-WIN | 傳?E傳?EB | 100110010100001000111111010001011001100101000010001111110100010101000010 | 99423f4599423f4542 |
EUC-JP | 傳?E傳?EB | 110100011010001100111111010001011101000110100011001111110100010101000010 | d1a33f45d1a33f4542 |
UTF-8 | 傳렦E傳렦EB | 111001011000001010110011111010111010000010100110010001011110010110000010101100111110101110100000101001100100010101000010 | e582b3eba0a645e582b3eba0a64542 |
UHC | 傳렦E傳렦EB | 1110111011101110100011101011010101000101111011101110111010001110101101010100010101000010 | eeee8eb545eeee8eb54542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)