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 | 慥會霪亊 | 1001110011010010100110001111000011101000110001001001100010101101 | 9cd298f0e8c498ad |
EUC-JP | 慥會霪亊 | 1101100011010100110100001111001011110000110001101101000010101111 | d8d4d0f2f0c6d0af |
UTF-8 | 慥會霪亊 | 111001101000010110100101111001101001110010000011111010011001110010101010111001001011101010001010 | e685a5e69c83e99caae4ba8a |
UHC | ?會?? | 0011111111111100111001010011111100111111 | 3ffce53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)