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 | 1110010111110101100011100111001001011001111001011111010110001110011100100110001001000101 | e5f58e7259e5f58e726245 |
EUC-JP | 襄屍Y襄屍bE | 1110101011110111101110111101001101011001111010101111011110111011110100110110001001000101 | eaf7bbd359eaf7bbd36245 |
UTF-8 | 襄屍Y襄屍bE | 111010001010010110000100111001011011000110001101010110011110100010100101100001001110010110110001100011010110001001000101 | e8a584e5b18d59e8a584e5b18d6245 |
UHC | 襄屍Y襄屍bE | 1110010111010001111000111011101101011001111001011101000111100011101110110110001001000101 | e5d1e3bb59e5d1e3bb6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)