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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 辞淏嫉 | 1111001010100011100011101010101111111011010000101000111010111001 | f2a38eabfb428eb9 |
EUC-JP | ?辞淏嫉 | 0011111110111100101011011000111111000111110110011011110010111011 | 3fbcad8fc7d9bcbb |
UTF-8 | 辞淏嫉 | 111011101000011110011010111010001011111010011110111001101011011110001111111001011010101110001001 | ee879ae8be9ee6b78fe5ab89 |
UHC | ??淏嫉 | 001111110011111111111011110010001111001011101100 | 3f3ffbc8f2ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)