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 | 0011111101011001001111110110001001000101 | 3f593f6245 |
SJIS-WIN | 鼠Y鼠bE | 10010001011011000101100110010001011011000110001001000101 | 916c59916c6245 |
EUC-JP | 鼠Y鼠bE | 11000001110011010101100111000001110011010110001001000101 | c1cd59c1cd6245 |
UTF-8 | 鼠Y鼠bE | 111010011011110010100000010110011110100110111100101000000110001001000101 | e9bca059e9bca06245 |
UHC | 鼠Y鼠bE | 11100000101010010101100111100000101010010110001001000101 | e0a959e0a96245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)