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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 莵場ロ^ | 111001001011011110001111111010101101101101011110 | e4b78feadb5e |
EUC-JP | 莵場ロ^ | 11101000101110011011111011101100100011101101101101011110 | e8b9beec8edb5e |
UTF-8 | 莵場ロ^ | 11101000100011101011010111100101101000001011010011101111101111101001101101011110 | e88eb5e5a0b4efbe9b5e |
UHC | ?場?^ | 0011111111101101110111100011111101011110 | 3fedde3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)