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 | 鵄湿爾 | 1110100111110101100011101011110011110001111100011000111010100010 | e9f58ebcf1f18ea2 |
EUC-JP | 鵄湿?爾 | 11110010111101111011110010111110001111111011110010100100 | f2f7bcbe3fbca4 |
UTF-8 | 鵄湿爾 | 111010011011010110000100111001101011100110111111111011101000010110101100111001111000100010111110 | e9b584e6b9bfee85ace788be |
UHC | ???爾 | 0011111100111111001111111110110010110011 | 3f3f3fecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)