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 | ?鞨?? | 0011111111101000111000000011111100111111 | 3fe8e03f3f |
EUC-JP | 瀷鞨?瀷 | 100011111100100110110100111100001110001000111111100011111100100110110100 | 8fc9b4f0e23f8fc9b4 |
UTF-8 | 瀷鞨외瀷 | 111001111000000010110111111010011001111010101000111011001001100110111000111001111000000010110111 | e780b7e99ea8ec99b8e780b7 |
UHC | 瀷鞨외瀷 | 1110110011001011110010101110101010111111110111001110110011001011 | eccbcaeabfdceccb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)