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 | 侑?δ | 1001100011010000001111111000001111000010 | 98d03f83c2 |
EUC-JP | 侑?δ | 1101000011010010001111111010011011000100 | d0d23fa6c4 |
UTF-8 | 侑명δ | 1110010010111110100100011110101110101010100001011100111010110100 | e4be91ebaa85ceb4 |
UHC | 侑명δ | 111010101110001010111000111011011010010111100100 | eae2b8eda5e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)