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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 湿嫉湿杓 | 11110000110000001000111010111100100011101011100110001110101111001000111011011011 | f0c08ebc8eb98ebc8edb |
EUC-JP | ?湿嫉湿杓 | 001111111011110010111110101111001011101110111100101111101011110011011101 | 3fbcbebcbbbcbebcdd |
UTF-8 | 湿嫉湿杓 | 111011101000000110111111111001101011100110111111111001011010101110001001111001101011100110111111111001101001110110010011 | ee81bfe6b9bfe5ab89e6b9bfe69d93 |
UHC | ??嫉?杓 | 00111111001111111111001011101100001111111111100011110101 | 3f3ff2ec3ff8f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)