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 | ûÀ¯ûP£ | 1111101111000000100011101010111111111011010100001000111010100011 | fbc08eaffb508ea3 |
SJIS-WIN | ?????P?£ | 001111110011111100111111001111110011111101010000001111111000000110010010 | 3f3f3f3f3f503f8192 |
EUC-JP | ûÀ?¯ûP?£ | 1000111110101011111001011000111110101010101000100011111110001111101000101011010010001111101010111110010101010000001111111010000111110010 | 8fabe58faaa23f8fa2b48fabe5503fa1f2 |
UTF-8 | ûÀ¯ûP£ | 110000111011101111000011100000001100001010001110110000101010111111000011101110110101000011000010100011101100001010100011 | c3bbc380c28ec2afc3bb50c28ec2a3 |
UHC | ?????P?? | 0011111100111111001111110011111100111111010100000011111100111111 | 3f3f3f3f3f503f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)