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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 淡棚樽探樽 | 10010010010101111001001001001001100100100100110110010010010101001001001001001101 | 92579249924d9254924d |
EUC-JP | 淡棚樽探樽 | 11000011101110001100001110101010110000111010111011000011101101011100001110101110 | c3b8c3aac3aec3b5c3ae |
UTF-8 | 淡棚樽探樽 | 111001101011011110100001111001101010001110011010111001101010100010111101111001101000111010100010111001101010100010111101 | e6b7a1e6a39ae6a8bde68ea2e6a8bd |
UHC | 淡棚樽探樽 | 11010011101111111101110111011100111100011101110011110111101011101111000111011100 | d3bfdddcf1dcf7aef1dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)