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 | 驥域i螳 | 1110100110000111100010001110011010000010100010011110010110101110 | e98788e68289e5ae |
EUC-JP | 驥域i螳 | 1111000111100111101100001110100010100011111010011110101010110000 | f1e7b0e8a3e9eab0 |
UTF-8 | 驥域i螳 | 111010011010100110100101111001011001111110011111111011111011110110001001111010001001111010110011 | e9a9a5e59f9fefbd89e89eb3 |
UHC | 驥域i螳 | 1101000111001010111001101011010010100011111010011101001111011001 | d1cae6b4a3e9d3d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)