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 | 塋i?? | 100110101100100010000010100010010011111100111111 | 9ac882893f3f |
EUC-JP | 塋i?? | 110101001100101010100011111010010011111100111111 | d4caa3e93f3f |
UTF-8 | 塋i궚醴 | 111001011010000110001011111011111011110110001001111010101011011010011010111011111010011010110111 | e5a18befbd89eab69aefa6b7 |
UHC | 塋i궚醴 | 1110011110101011101000111110100110000010101011111110011111100100 | e7aba3e982afe7e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)