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 | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 傳?Y傳?bE | 100110010100001000111111010110011001100101000010001111110110001001000101 | 99423f5999423f6245 |
EUC-JP | 傳?Y傳?bE | 110100011010001100111111010110011101000110100011001111110110001001000101 | d1a33f59d1a33f6245 |
UTF-8 | 傳렋Y傳렋bE | 111001011000001010110011111010111010000010001011010110011110010110000010101100111110101110100000100010110110001001000101 | e582b3eba08b59e582b3eba08b6245 |
UHC | 傳렋Y傳렋bE | 1110111011101110100011101010001001011001111011101110111010001110101000100110001001000101 | eeee8ea259eeee8ea26245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)