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 | ½¥Ó㣠| 1000111010111101100011101010010110001110110100111110001110100011 | 8ebd8ea58ed3e3a3 |
SJIS-WIN | ???¥???£ | 00111111001111110011111110000001100011110011111100111111001111111000000110010010 | 3f3f3f818f3f3f3f8192 |
EUC-JP | ????? | 00111111001111110011111100111111001111111000111110101010110100011000111110101011101010101010000111110010 | 3f3f3f3f3f8faad18fabaaa1f2 |
UTF-8 | ½¥Ó㣠| 11000010100011101100001010111101110000101000111011000010101001011100001010001110110000111001001111000011101000111100001010100011 | c28ec2bdc28ec2a5c28ec393c3a3c2a3 |
UHC | ?½?????? | 001111111010100011110110001111110011111100111111001111110011111100111111 | 3fa8f63f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)