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 | 乙?梱摯 | 10001001101100110011111110001101101010111001110110010101 | 89b33f8dab9d95 |
EUC-JP | 乙?梱摯 | 10110010101101010011111110111010101011011101100111110101 | b2b53fbaadd9f5 |
UTF-8 | 乙얘梱摯 | 111001001011100110011001111011001001011010011000111001101010001010110001111001101001000110101111 | e4b999ec9698e6a2b1e691af |
UHC | 乙얘梱摯 | 1110101111100000101111101110101011001101111000011111001010100111 | ebe0beeacde1f2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)