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 | 指??楮 | 100011100111011100111111001111111001111010111000 | 8e773f3f9eb8 |
EUC-JP | 指??楮 | 101110111101100000111111001111111101110010111010 | bbd83f3fdcba |
UTF-8 | 指펨깅楮 | 111001101000110010000111111011011000111010101000111010101011100110000101111001101010010110101110 | e68c87ed8ea8eab985e6a5ae |
UHC | 指펨깅楮 | 1111001010100110110001101110100010110001111010111110111010111111 | f2a6c6e8b1ebeebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)