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 | 001111111001011111000011010110010011111110010111110000110110001001000101 | 3f97c3593f97c36245 |
EUC-JP | ?療Y?療bE | 001111111100111011000101010110010011111111001110110001010110001001000101 | 3fcec5593fcec56245 |
UTF-8 | 뤢療Y뤢療bE | 111010111010010010100010111001111001100110000010010110011110101110100100101000101110011110011001100000100110001001000101 | eba4a2e7998259eba4a2e799826245 |
UHC | 뤢療Y뤢療bE | 1000111111010000110101101111101101011001100011111101000011010110111110110110001001000101 | 8fd0d6fb598fd0d6fb6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)