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 | 兪?貞? | 100110010110000000111111100100101110010100111111 | 99603f92e53f |
EUC-JP | 兪?貞? | 110100011100000100111111110001001110011100111111 | d1c13fc4e73f |
UTF-8 | 兪렰貞렫 | 111001011000010110101010111010111010000010110000111010001011001010011110111010111010000010101011 | e585aaeba0b0e8b29eeba0ab |
UHC | 兪렰貞렫 | 1110101011100100100011101011110111101111111101101000111010111001 | eae48ebdeff68eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)