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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??男 | 00111111001111111001001001101010 | 3f3f926a |
EUC-JP | ??男 | 00111111001111111100001111001011 | 3f3fc3cb |
UTF-8 | 뤈뭡男 | 111010111010010010001000111010111010110110100001111001111001010010110111 | eba488ebada1e794b7 |
UHC | 뤈뭡男 | 100011111011100010111001101111001101000111111011 | 8fb8b9bcd1fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)