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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 錫??銑淞 | 1000111011100000001111110011111110010001010011001001111111000010 | 8ee03f3f914c9fc2 |
EUC-JP | 錫??銑淞 | 1011110011100010001111110011111111000001101011011101111011000100 | bce23f3fc1addec4 |
UTF-8 | 錫卨卨銑淞 | 111010011000110010101011111001011000110110101000111001011000110110101000111010011000101010010001111001101011011110011110 | e98cabe58da8e58da8e98a91e6b79e |
UHC | 錫卨卨銑淞 | 11100000101110001110000011011001111000001101100111100000110101011110000111100111 | e0b8e0d9e0d9e0d5e1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)