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 | ???hTB | 001111110011111100111111011010000101010001000010 | 3f3f3f685442 |
SJIS-WIN | ?懸?hTB | 00111111100011001001110000111111011010000101010001000010 | 3f8c9c3f685442 |
EUC-JP | ?懸?hTB | 00111111101101111111110000111111011010000101010001000010 | 3fb7fc3f685442 |
UTF-8 | 뤌懸턕hTB | 111010111010010010001100111001101000011110111000111011011000010010010101011010000101010001000010 | eba48ce687b8ed8495685442 |
UHC | 뤌懸턕hTB | 100011111011110011111010110110001011011001010000011010000101010001000010 | 8fbcfad8b650685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)