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 | 塋?⇔絶 | 10011010110010000011111110000001110011001001000011100010 | 9ac83f81cc90e2 |
EUC-JP | 塋?⇔絶 | 11010100110010100011111110100010110011101100000011100100 | d4ca3fa2cec0e4 |
UTF-8 | 塋뷸⇔絶 | 111001011010000110001011111010111011011110111000111000101000011110010100111001111011010110110110 | e5a18bebb7b8e28794e7b5b6 |
UHC | 塋뷸⇔絶 | 1110011110101011101110101110011010100010101000101110111110111110 | e7abbae6a2a2efbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)