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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 猗藝菲羣濺蔔 | 111000001100011011100101010110011110010011001001111000111011100011100000011001001110010011110111 | e0c6e559e4c9e3b8e064e4f7 |
EUC-JP | 猗藝菲羣濺蔔 | 111000001100100011101001101110101110100011001011111001101011101011011111110001011110100011111001 | e0c8e9bae8cbe6badfc5e8f9 |
UTF-8 | 猗藝菲羣濺蔔 | 111001111000110010010111111010001001011110011101111010001000111110110010111001111011111010100011111001101011111110111010111010001001010010010100 | e78c97e8979de88fb2e7bea3e6bfbae89494 |
UHC | ?藝菲??蔔 | 001111111110011111011101110111101010001100111111001111111101110011011011 | 3fe7dddea33f3fdcdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)