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 | 111010111010100010001010111011111010011010010101010110011110101110101000100010101110111110100110100101010110001001000101 | eba88aefa69559eba88aefa6956245 |
UHC | 먊秊Y먊秊bE | 1001000011001000111001101101110001011001100100001100100011100110110111000110001001000101 | 90c8e6dc5990c8e6dc6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)