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 | ûÄ®ú³v | 1111101111000100100011101010111011111010101100111000101001110110 | fbc48eaefab38a76 |
SJIS-WIN | ???????v | 0011111100111111001111110011111100111111001111110011111101110110 | 3f3f3f3f3f3f3f76 |
EUC-JP | ûÄ?®ú??v | 10001111101010111110010110001111101010101010001100111111100011111010001011101110100011111010101111100010001111110011111101110110 | 8fabe58faaa33f8fa2ee8fabe23f3f76 |
UTF-8 | ûÄ®ú³v | 110000111011101111000011100001001100001010001110110000101010111011000011101110101100001010110011110000101000101001110110 | c3bbc384c28ec2aec3bac2b3c28a76 |
UHC | ???®?³?v | 00111111001111110011111110100010111001110011111110101001111110000011111101110110 | 3f3f3fa2e73fa9f83f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)