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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蔀式疾識 | 1000111011000001100011101010111010001110101111101000111010101111 | 8ec18eae8ebe8eaf |
EUC-JP | 蔀式疾識 | 1011110011000011101111001011000010111100110000001011110010110001 | bcc3bcb0bcc0bcb1 |
UTF-8 | 蔀式疾識 | 111010001001010010000000111001011011110010001111111001111001011010111110111010001010110110011000 | e89480e5bc8fe796bee8ad98 |
UHC | ?式疾識 | 00111111111000111101001011110010111100001110001111011011 | 3fe3d2f2f0e3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)