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 | 諛危ウヲ | 111001101000011110001010111010111011001110100110 | e6878aebb3a6 |
EUC-JP | 諛危ウヲ | 1110101111100111101101001110110110001110101100111000111010100110 | ebe7b4ed8eb38ea6 |
UTF-8 | 諛危ウヲ | 111010001010101110011011111001011000110110110001111011111011110110110011111011111011110110100110 | e8ab9be58db1efbdb3efbda6 |
UHC | 諛危?? | 111010111011000011101010110010110011111100111111 | ebb0eacb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)