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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 牆?鋸駿 | 11100000101011010011111110001011100110001000111101111000 | e0ad3f8b988f78 |
EUC-JP | 牆?鋸駿 | 11100000101011110011111110110101111110001011110111011001 | e0af3fb5f8bdd9 |
UTF-8 | 牆쿡鋸駿 | 111001111000100110000110111011001011111110100001111010011000101110111000111010011010011110111111 | e78986ecbfa1e98bb8e9a7bf |
UHC | 牆쿡鋸駿 | 1110110111101101110001001110111011001011111010101111000111100111 | ededc4eecbeaf1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)