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 | ?籬?斐 | 001111111110001011011111001111111001010011100011 | 3fe2df3f94e3 |
EUC-JP | ?籬?斐 | 001111111110010011100001001111111100100011100101 | 3fe4e13fc8e5 |
UTF-8 | 뤒籬헤斐 | 111010111010010010010010111001111011000110101100111011011001011110100100111001101001011010010000 | eba492e7b1aced97a4e69690 |
UHC | 뤒籬헤斐 | 1000111111000010110101111110011011000111111011001101110111101100 | 8fc2d7e6c7ecddec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)