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 | 耨耨 | 1110001111010011111101101011010011100011110100111111000011101011 | e3d3f6b4e3d3f0eb |
EUC-JP | 耨?耨? | 111001101101010100111111111001101101010100111111 | e6d53fe6d53f |
UTF-8 | 耨耨 | 111010001000000010101000111011101001001110011011111010001000000010101000111011101000001010101010 | e880a8ee939be880a8ee82aa |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)