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 | ?臣も | 0011111110010000011000101000001011100000 | 3f906282e0 |
EUC-JP | ?臣も | 0011111110111111110000111010010011100010 | 3fbfc3a4e2 |
UTF-8 | 룶臣も | 111010111010001110110110111010001000011110100011111000111000001010000010 | eba3b6e887a3e38282 |
UHC | 룶臣も | 100011111010101111100011111011011010101011100010 | 8fabe3edaae2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)