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 | 001111111110100111110001010110010011111111101001111100010110001001000101 | 3fe9f1593fe9f16245 |
EUC-JP | ?鴦Y?鴦bE | 001111111111001011110011010110010011111111110010111100110110001001000101 | 3ff2f3593ff2f36245 |
UTF-8 | 歲鴦Y歲鴦bE | 111001101010110110110010111010011011010010100110010110011110011010101101101100101110100110110100101001100110001001000101 | e6adb2e9b4a659e6adb2e9b4a66245 |
UHC | 歲鴦Y歲鴦bE | 1110000110101000111001001110110001011001111000011010100011100100111011000110001001000101 | e1a8e4ec59e1a8e4ec6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)