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 | ?|E?|EB | 00111111011111000100010100111111011111000100010101000010 | 3f7c453f7c4542 |
SJIS-WIN | 唸|E唸|EB | 100110100101100001111100010001011001101001011000011111000100010101000010 | 9a587c459a587c4542 |
EUC-JP | 唸|E唸|EB | 110100111011100101111100010001011101001110111001011111000100010101000010 | d3b97c45d3b97c4542 |
UTF-8 | 唸|E唸|EB | 1110010110010100101110000111110001000101111001011001010010111000011111000100010101000010 | e594b87c45e594b87c4542 |
UHC | ?|E?|EB | 00111111011111000100010100111111011111000100010101000010 | 3f7c453f7c4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)