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 | ?俺?號埃 | 0011111110001001101101000011111111100101011010101001101010111010 | 3f89b43fe56a9aba |
EUC-JP | ?俺?號埃 | 0011111110110010101101100011111111101001110010111101010010111100 | 3fb2b63fe9cbd4bc |
UTF-8 | 렱俺렩號埃 | 111010111010000010110001111001001011111110111010111010111010000010101001111010001001100110011111111001011001111110000011 | eba0b1e4bfbaeba0a9e8999fe59f83 |
UHC | 렱俺렩號埃 | 10001110101111101110010111101111100011101011011111111011110111001110010011101111 | 8ebee5ef8eb7fbdce4ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)