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 | 鵝?也? | 111010100100000000111111100101101110011100111111 | ea403f96e73f |
EUC-JP | 鵝?也? | 111100111010000100111111110011001110100100111111 | f3a13fcce93f |
UTF-8 | 鵝냡也챧 | 111010011011010110011101111010111000001110100001111001001011100110011111111011001011000110100111 | e9b59deb83a1e4b99fecb1a7 |
UHC | 鵝냡也챧 | 1110010010111101100001100110110011100101101001011010101001110001 | e4bd866ce5a5aa71 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)