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 | 淡棚湛造 | 1001001001010111100100100100100110010010010110001001000110100010 | 92579249925891a2 |
EUC-JP | 淡棚湛造 | 1100001110111000110000111010101011000011101110011100001010100100 | c3b8c3aac3b9c2a4 |
UTF-8 | 淡棚湛造 | 111001101011011110100001111001101010001110011010111001101011100110011011111010011000000010100000 | e6b7a1e6a39ae6b99be980a0 |
UHC | 淡棚湛造 | 1101001110111111110111011101110011010011110000001111000011100011 | d3bfdddcd3c0f0e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)