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 | 111110101111101110110011010110011111101011111011101100110110001001000101 | fafbb359fafbb36245 |
EUC-JP | 涇ウY涇ウbE | 10001111110001111100011110001110101100110101100110001111110001111100011110001110101100110110001001000101 | 8fc7c78eb3598fc7c78eb36245 |
UTF-8 | 涇ウY涇ウbE | 111001101011011010000111111011111011110110110011010110011110011010110110100001111110111110111101101100110110001001000101 | e6b687efbdb359e6b687efbdb36245 |
UHC | 涇?Y涇?bE | 110011001101110000111111010110011100110011011100001111110110001001000101 | ccdc3f59ccdc3f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)