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 | «Ðú¾ | 1000111110101011110100001111101010111110 | 8fabd0fabe |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ???ú? | 00111111001111110011111110001111101010111110001000111111 | 3f3f3f8fabe23f |
UTF-8 | «Ðú¾ | 11000010100011111100001010101011110000111001000011000011101110101100001010111110 | c28fc2abc390c3bac2be |
UHC | ??Ð?¾ | 00111111001111111010100010100010001111111010100011111010 | 3f3fa8a23fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)