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 | 1001111110101010100111111011010101011001100111111010101010011111101101010110001001000101 | 9faa9fb5599faa9fb56245 |
EUC-JP | 洙涎Y洙涎bE | 1101111010101100110111101011011101011001110111101010110011011110101101110110001001000101 | deacdeb759deacdeb76245 |
UTF-8 | 洙涎Y洙涎bE | 111001101011010010011001111001101011011010001110010110011110011010110100100110011110011010110110100011100110001001000101 | e6b499e6b68e59e6b499e6b68e6245 |
UHC | 洙涎Y洙涎bE | 1110001010101010111001101100111001011001111000101010101011100110110011100110001001000101 | e2aae6ce59e2aae6ce6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)