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 | û£°ñú | 111110111010001110001110101100001111000111111010 | fba38eb0f1fa |
SJIS-WIN | ?£?°?? | 0011111110000001100100100011111110000001100010110011111100111111 | 3f81923f818b3f3f |
EUC-JP | û£?°ñú | 1000111110101011111001011010000111110010001111111010000111101011100011111010101111010000100011111010101111100010 | 8fabe5a1f23fa1eb8fabd08fabe2 |
UTF-8 | û£°ñú | 110000111011101111000010101000111100001010001110110000101011000011000011101100011100001110111010 | c3bbc2a3c28ec2b0c3b1c3ba |
UHC | ???°?? | 00111111001111110011111110100001110001100011111100111111 | 3f3f3fa1c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)