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 | 1001111111010101100111111110110101011001100111111101010110011111111011010110001001000101 | 9fd59fed599fd59fed6245 |
EUC-JP | 湫溏Y湫溏bE | 1101111011010111110111101110111101011001110111101101011111011110111011110110001001000101 | ded7deef59ded7deef6245 |
UTF-8 | 湫溏Y湫溏bE | 111001101011100110101011111001101011101010001111010110011110011010111001101010111110011010111010100011110110001001000101 | e6b9abe6ba8f59e6b9abe6ba8f6245 |
UHC | 湫?Y湫?bE | 111101011101001100111111010110011111010111010011001111110110001001000101 | f5d33f59f5d33f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)