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?k?G?k | 0011111101000111001111110110101100111111010001110011111101101011 | 3f473f6b3f473f6b |
SJIS-WIN | 鯀Gk鯀Gk | 111010011011111101000111111101101110001101101011111010011011111101000111111101101110001101101011 | e9bf47f6e36be9bf47f6e36b |
EUC-JP | 鯀G?k鯀G?k | 11110010110000010100011100111111011010111111001011000001010001110011111101101011 | f2c1473f6bf2c1473f6b |
UTF-8 | 鯀Gk鯀Gk | 11101001101011111000000001000111111011101001010010001010011010111110100110101111100000000100011111101110100101001000101001101011 | e9af8047ee948a6be9af8047ee948a6b |
UHC | ?G?k?G?k | 0011111101000111001111110110101100111111010001110011111101101011 | 3f473f6b3f473f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)