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 | 衣??皎? | 10001000110111110011111100111111111000011010011100111111 | 88df3f3fe1a73f |
EUC-JP | 衣??皎? | 10110000111000010011111100111111111000101010100100111111 | b0e13f3fe2a93f |
UTF-8 | 衣펩렣皎렰 | 111010001010000110100011111011011000111010101001111010111010000010100011111001111001101010001110111010111010000010110000 | e8a1a3ed8ea9eba0a3e79a8eeba0b0 |
UHC | 衣펩렣皎렰 | 11101011111111011100011011101001100011101011010011001110111010111000111010111101 | ebfdc6e98eb4ceeb8ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)