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 | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
EUC-JP | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
UTF-8 | 뤕빡Y뤕빡bE | 111010111010010010010101111010111011100110100001010110011110101110100100100101011110101110111001101000010110001001000101 | eba495ebb9a159eba495ebb9a16245 |
UHC | 뤕빡Y뤕빡bE | 1000111111000101101110101111110101011001100011111100010110111010111111010110001001000101 | 8fc5bafd598fc5bafd6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)