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 | ûÀ¼ûв^ | 111110111100000010001110101111001111101111010000100011101011001001011110 | fbc08ebcfbd08eb25e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | ûÀ??û???^ | 100011111010101111100101100011111010101010100010001111110011111110001111101010111110010100111111001111110011111101011110 | 8fabe58faaa23f3f8fabe53f3f3f5e |
UTF-8 | ûÀ¼ûв^ | 1100001110111011110000111000000011000010100011101100001010111100110000111011101111000011100100001100001010001110110000101011001001011110 | c3bbc380c28ec2bcc3bbc390c28ec2b25e |
UHC | ???¼?Ð?²^ | 001111110011111100111111101010001111100100111111101010001010001000111111101010011111011101011110 | 3f3f3fa8f93fa8a23fa9f75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)