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 | 10011010110110000101100110011010110110000110001001000101 | 9ad8599ad86245 |
EUC-JP | 壓Y壓bE | 11010100110110100101100111010100110110100110001001000101 | d4da59d4da6245 |
UTF-8 | 壓Y壓bE | 111001011010001110010011010110011110010110100011100100110110001001000101 | e5a39359e5a3936245 |
UHC | 壓Y壓bE | 11100100111000100101100111100100111000100110001001000101 | e4e259e4e26245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)