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 | 蹊玖垈遯 | 1110011011111100100010111110100010011010101100001110011110101010 | e6fc8be89ab0e7aa |
EUC-JP | 蹊玖垈遯 | 1110110011111110101101101110101011010100101100101110111010101100 | ecfeb6ead4b2eeac |
UTF-8 | 蹊玖垈遯 | 111010001011100110001010111001111000111010010110111001011001111010001000111010011000000110101111 | e8b98ae78e96e59e88e981af |
UHC | 蹊玖垈遯 | 1111101110110111110011111011100011010011110111001101010011101110 | fbb7cfb8d3dcd4ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)