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 | ûÉ£»Ê | 11111011110010011000111010100011100011111011101111001010 | fbc98ea38fbbca |
SJIS-WIN | ???£??? | 0011111100111111001111111000000110010010001111110011111100111111 | 3f3f3f81923f3f3f |
EUC-JP | ûÉ?£??Ê | 1000111110101011111001011000111110101010101100010011111110100001111100100011111100111111100011111010101010110100 | 8fabe58faab13fa1f23f3f8faab4 |
UTF-8 | ûÉ£»Ê | 1100001110111011110000111000100111000010100011101100001010100011110000101000111111000010101110111100001110001010 | c3bbc389c28ec2a3c28fc2bbc38a |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)