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 | 111000011100110010111000010110011110000111001100101110000110001001000101 | e1ccb859e1ccb86245 |
EUC-JP | 睥クY睥クbE | 1110001011001110100011101011100001011001111000101100111010001110101110000110001001000101 | e2ce8eb859e2ce8eb86245 |
UTF-8 | 睥クY睥クbE | 111001111001110110100101111011111011110110111000010110011110011110011101101001011110111110111101101110000110001001000101 | e79da5efbdb859e79da5efbdb86245 |
UHC | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)