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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 節??厓э? | 100100001101111100111111001111111111101010001101100001001000111100111111 | 90df3f3ffa8d848f3f |
EUC-JP | 節??厓э? | 11000000111000010011111100111111100011111011010011000111101001111110111100111111 | c0e13f3f8fb4c7a7ef3f |
UTF-8 | 節븝쉥厓э쉿 | 1110011110101111100000001110101110111000100111011110110010001001101001011110010110001110100100111101000110001101111011001000100110111111 | e7af80ebb89dec89a5e58e93d18dec89bf |
UHC | 節븝쉥厓э쉿 | 111011111011110110111010111011111011110110101011111001001110110110101100111011111011110110110010 | efbdbaefbdabe4edacefbdb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)