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 | 慥會馭亊 | 1001110011010010100110001111000011101001011001101001100010101101 | 9cd298f0e96698ad |
EUC-JP | 慥會馭亊 | 1101100011010100110100001111001011110001110001111101000010101111 | d8d4d0f2f1c7d0af |
UTF-8 | 慥會馭亊 | 111001101000010110100101111001101001110010000011111010011010011010101101111001001011101010001010 | e685a5e69c83e9a6ade4ba8a |
UHC | ?會馭? | 001111111111110011100101111001011101111100111111 | 3ffce5e5df3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)