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 | ¶Ì\ | 1000111010110110100011101100110001011100 | 8eb68ecc5c |
SJIS-WIN | ?¶??\ | 001111111000000111110111001111110011111101011100 | 3f81f73f3f5c |
EUC-JP | ?¶?Ì\ | 0011111110100010111110010011111110001111101010101100000001011100 | 3fa2f93f8faac05c |
UTF-8 | ¶Ì\ | 110000101000111011000010101101101100001010001110110000111000110001011100 | c28ec2b6c28ec38c5c |
UHC | ?¶??\ | 001111111010001011010010001111110011111101011100 | 3fa2d23f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)