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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | ??唇G | 0011111100111111100100000100111101000111 | 3f3f904f47 |
EUC-JP | ??唇G | 0011111100111111101111111011000001000111 | 3f3fbfb047 |
UTF-8 | 렱렚唇G | 11101011101000001011000111101011101000001001101011100101100101001000011101000111 | eba0b1eba09ae5948747 |
UHC | 렱렚唇G | 10001110101111101000111010101101111100101100011001000111 | 8ebe8eadf2c647 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)