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 | ûÄ®ú· | 111110111100010010001110101011101111101010110111 | fbc48eaefab7 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ûÄ?®ú? | 1000111110101011111001011000111110101010101000110011111110001111101000101110111010001111101010111110001000111111 | 8fabe58faaa33f8fa2ee8fabe23f |
UTF-8 | ûÄ®ú· | 110000111011101111000011100001001100001010001110110000101010111011000011101110101100001010110111 | c3bbc384c28ec2aec3bac2b7 |
UHC | ???®?· | 0011111100111111001111111010001011100111001111111010000110100100 | 3f3f3fa2e73fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)