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 | 刷修? | 1000110111111100100011110100001100111111 | 8dfc8f433f |
EUC-JP | 刷修? | 1011101011111110101111011010010000111111 | bafebda43f |
UTF-8 | 刷修잁 | 111001011000100010110111111001001011111110101110111011001001111010000001 | e588b7e4bfaeec9e81 |
UHC | 刷修잁 | 111000011110110011100001111100111001111111100001 | e1ece1f39fe1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)