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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 繚炊 | 11100011100001111001000010000110 | e3879086 |
EUC-JP | 繚炊 | 11100101111001111011111111100110 | e5e7bfe6 |
UTF-8 | 繚炊 | 111001111011100110011010111001111000001010001010 | e7b99ae7828a |
UHC | ?炊 | 001111111111011010100111 | 3ff6a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)