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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 鬯イ莨懷」イB | 11101001101011001011001011100100101111001001110011100101101000111011001001000010 | e9acb2e4bc9ce5a3b242 |
EUC-JP | 鬯イ莨懷」イB | 11110010101011101000111010110010111010001011111011011000111001111000111010100011100011101011001001000010 | f2ae8eb2e8bed8e78ea38eb242 |
UTF-8 | 鬯イ莨懷」イB | 11101001101011001010111111101111101111011011001011101000100011101010100011100110100001111011011111101111101111011010001111101111101111011011001001000010 | e9acafefbdb2e88ea8e687b7efbda3efbdb242 |
UHC | ???懷??B | 0011111100111111001111111111110011100011001111110011111101000010 | 3f3f3ffce33f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)