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 | 륣ý½ | 1000111111101011101001011000111010100011111111011000111010111101 | 8feba58ea3fd8ebd |
SJIS-WIN | ??¥?£??? | 00111111001111111000000110001111001111111000000110010010001111110011111100111111 | 3f3f818f3f81923f3f3f |
EUC-JP | ?ë??£ý?? | 00111111100011111010101110110011001111110011111110100001111100101000111110101011111100100011111100111111 | 3f8fabb33f3fa1f28fabf23f3f |
UTF-8 | 륣ý½ | 11000010100011111100001110101011110000101010010111000010100011101100001010100011110000111011110111000010100011101100001010111101 | c28fc3abc2a5c28ec2a3c3bdc28ec2bd |
UHC | ???????½ | 001111110011111100111111001111110011111100111111001111111010100011110110 | 3f3f3f3f3f3f3fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)