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 | 晤??也 | 100111011110101100111111001111111001011011100111 | 9deb3f3f96e7 |
EUC-JP | 晤??也 | 110110101110110100111111001111111100110011101001 | daed3f3fcce9 |
UTF-8 | 晤ⓨ벼也 | 111001101001100110100100111000101001001110101000111010111011001010111100111001001011100110011111 | e699a4e293a8ebb2bce4b99f |
UHC | 晤ⓨ벼也 | 1110011111111011101010001110010110111010101011011110010110100101 | e7fba8e5baade5a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)