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 | 濡??義 | 100101000100011100111111001111111000101101100000 | 94473f3f8b60 |
EUC-JP | 濡??義 | 110001111010100000111111001111111011010111000001 | c7a83f3fb5c1 |
UTF-8 | 濡믧뒔義 | 111001101011111110100001111010111010111110100111111010111001001010010100111001111011111010101001 | e6bfa1ebafa7eb9294e7bea9 |
UHC | 濡믧뒔義 | 1110101110100001100100101110100110001010100100011110101111111001 | eba192e98a91ebf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)