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 | ûÉ£» | 111110111100100110001110101000111000111110111011 | fbc98ea38fbb |
SJIS-WIN | ???£?? | 00111111001111110011111110000001100100100011111100111111 | 3f3f3f81923f3f |
EUC-JP | ûÉ?£?? | 1000111110101011111001011000111110101010101100010011111110100001111100100011111100111111 | 8fabe58faab13fa1f23f3f |
UTF-8 | ûÉ£» | 110000111011101111000011100010011100001010001110110000101010001111000010100011111100001010111011 | c3bbc389c28ec2a3c28fc2bb |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)