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 | ?????~ | 001111110011111100111111001111110011111101111110 | 3f3f3f3f3f7e |
SJIS-WIN | 辯∽サ句攝~ | 11100111100001111000000111100100101110111000101111100101100111011001000001111110 | e78781e4bb8be59d907e |
EUC-JP | 辯∽サ句攝~ | 1110110111100111101000101110011010001110101110111011011011100111110110011111000001111110 | ede7a2e68ebbb6e7d9f07e |
UTF-8 | 辯∽サ句攝~ | 11101000101111101010111111100010100010001011110111101111101111011011101111100101100011111010010111100110100101001001110101111110 | e8beafe288bdefbdbbe58fa5e6949d7e |
UHC | 辯∽?句攝~ | 11011100101010101010000111101111001111111100111110100011111000001110111001111110 | dcaaa1ef3fcfa3e0ee7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)