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 | 1110010010000010100111110100010101011001111001001000001010011111010001010110001001000101 | e4829f4559e4829f456245 |
EUC-JP | 艪檸Y艪檸bE | 1110011111100010110111011010011001011001111001111110001011011101101001100110001001000101 | e7e2dda659e7e2dda66245 |
UTF-8 | 艪檸Y艪檸bE | 111010001000100110101010111001101010101010111000010110011110100010001001101010101110011010101010101110000110001001000101 | e889aae6aab859e889aae6aab86245 |
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)