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 | 膈塾詞 | 111001000100110010001111011011011000111010001100 | e44c8f6d8e8c |
EUC-JP | 膈塾詞 | 111001111010110110111101110011101011101111101100 | e7adbdcebbec |
UTF-8 | 膈塾詞 | 111010001000011010001000111001011010000110111110111010001010100110011110 | e88688e5a1bee8a99e |
UHC | 膈塾詞 | 110011001010111011100010110100111101111011110010 | ccaee2d3def2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)