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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 勇??節?B | 1001011101000101001111110011111110010000110111110011111101000010 | 97453f3f90df3f42 |
EUC-JP | 勇??節?B | 1100110110100110001111110011111111000000111000010011111101000010 | cda63f3fc0e13f42 |
UTF-8 | 勇숋슨節칥B | 11100101100010111000011111101100100010001000101111101100100010101010100011100111101011111000000011101100101110011010010101000010 | e58b87ec888bec8aa8e7af80ecb9a542 |
UHC | 勇숋슨節칥B | 1110100110111000100110011110111110111101101111001110111110111101101011110111011001000010 | e9b899efbdbcefbdaf7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)