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 | 鄒る霧 | 111001111011111010000010111010011001011010110110 | e7be82e996b6 |
EUC-JP | 鄒る霧 | 111011101100000010100100111010111100110010111000 | eec0a4ebccb8 |
UTF-8 | 鄒る霧 | 111010011000010010010010111000111000001010001011111010011001110010100111 | e98492e3828be99ca7 |
UHC | 鄒る霧 | 111101011101101110101010111010111101100111110110 | f5dbaaebd9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)