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 | 籥幣顋疔 | 1110001011011110100101011011110011101000111110011110000101101010 | e2de95bce8f9e16a |
EUC-JP | 籥幣顋疔 | 1110010011100000110010101011111011110000111110111110000111001011 | e4e0cabef0fbe1cb |
UTF-8 | 籥幣顋疔 | 111001111011000110100101111001011011100110100011111010011010000110001011111001111001011010010100 | e7b1a5e5b9a3e9a18be79694 |
UHC | ?幣?? | 0011111111111000110001110011111100111111 | 3ff8c73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)