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 | 壯∽?節? | 1001101011100001100000011110010000111111100100001101111100111111 | 9ae181e43f90df3f |
EUC-JP | 壯∽?節? | 1101010011100011101000101110011000111111110000001110000100111111 | d4e3a2e63fc0e13f |
UTF-8 | 壯∽슨節츴 | 111001011010001110101111111000101000100010111101111011001000101010101000111001111010111110000000111011001011100010110100 | e5a3afe288bdec8aa8e7af80ecb8b4 |
UHC | 壯∽슨節츴 | 11101101111000001010000111101111101111011011110011101111101111011010111101000110 | ede0a1efbdbcefbdaf46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)