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 | 竺鴣磁 | 1111000011100010100011101011000111101001111100111000111010100101 | f0e28eb1e9f38ea5 |
EUC-JP | ?竺鴣磁 | 00111111101111001011001111110010111101011011110010100111 | 3fbcb3f2f5bca7 |
UTF-8 | 竺鴣磁 | 111011101000001010100001111001111010101110111010111010011011010010100011111001111010001110000001 | ee82a1e7abbae9b4a3e7a381 |
UHC | ?竺?磁 | 001111111111010111100111001111111110110110111000 | 3ff5e73fedb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)