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 | 薰滂セ願睡 | 111110111001111010011111111011111011111010001010111010001001000010000111 | fb9e9fefbe8ae89087 |
EUC-JP | ?滂セ願睡 | 001111111101111011110001100011101011111010110100111010101011111111100111 | 3fdef18ebeb4eabfe7 |
UTF-8 | 薰滂セ願睡 | 111010001001011010110000111001101011101110000010111011111011110110111110111010011010000110011000111001111001110110100001 | e896b0e6bb82efbdbee9a198e79da1 |
UHC | 薰滂?願睡 | 111111011011100111011011101101010011111111101010110000111110001010110010 | fdb9dbb53feac3e2b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)