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 | ûѶò¢ | 111110111101000110001110101101101111001010100010 | fbd18eb6f2a2 |
SJIS-WIN | ???¶?¢ | 0011111100111111001111111000000111110111001111111000000110010001 | 3f3f3f81f73f8191 |
EUC-JP | ûÑ?¶ò¢ | 1000111110101011111001011000111110101010110100000011111110100010111110011000111110101011110100101010000111110001 | 8fabe58faad03fa2f98fabd2a1f1 |
UTF-8 | ûѶò¢ | 110000111011101111000011100100011100001010001110110000101011011011000011101100101100001010100010 | c3bbc391c28ec2b6c3b2c2a2 |
UHC | ???¶?? | 00111111001111110011111110100010110100100011111100111111 | 3f3f3fa2d23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)