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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 泳g?厓ц? | 10001001011010101000001010000111001111111111101010001101100001001000100000111111 | 896a82873ffa8d84883f |
EUC-JP | 泳g?厓ц? | 1011000111001011101000111110011100111111100011111011010011000111101001111110100000111111 | b1cba3e73f8fb4c7a7e83f |
UTF-8 | 泳g굨厓ц쮺 | 1110011010110011101100111110111110111101100001111110101010110101101010001110010110001110100100111101000110000110111011001010111010111010 | e6b3b3efbd87eab5a8e58e93d186ecaeba |
UHC | 泳g굨厓ц쮺 | 111001111011011010100011111001111000001010001110111001001110110110101100111010001010100010010110 | e7b6a3e7828ee4edace8a896 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)