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 | 罨塾詞 | 111000111010101010001111011011011000111010001100 | e3aa8f6d8e8c |
EUC-JP | 罨塾詞 | 111001101010110010111101110011101011101111101100 | e6acbdcebbec |
UTF-8 | 罨塾詞 | 111001111011110110101000111001011010000110111110111010001010100110011110 | e7bda8e5a1bee8a99e |
UHC | ?塾詞 | 0011111111100010110100111101111011110010 | 3fe2d3def2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)