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 | ûÄ®ûY | 111110111100010010001110101011101111101101011001 | fbc48eaefb59 |
SJIS-WIN | ?????Y | 001111110011111100111111001111110011111101011001 | 3f3f3f3f3f59 |
EUC-JP | ûÄ?®ûY | 1000111110101011111001011000111110101010101000110011111110001111101000101110111010001111101010111110010101011001 | 8fabe58faaa33f8fa2ee8fabe559 |
UTF-8 | ûÄ®ûY | 1100001110111011110000111000010011000010100011101100001010101110110000111011101101011001 | c3bbc384c28ec2aec3bb59 |
UHC | ???®?Y | 00111111001111110011111110100010111001110011111101011001 | 3f3f3fa2e73f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)