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 | 孩???? | 100110110111011100111111001111110011111100111111 | 9b773f3f3f3f |
EUC-JP | 孩?瀣?? | 1101010111011000001111111000111111001001101100010011111100111111 | d5d83f8fc9b13f3f |
UTF-8 | 孩렞瀣累마 | 111001011010110110101001111010111010000010011110111001111000000010100011111011111010010110001111111010111010011110001000 | e5ada9eba09ee780a3efa58feba788 |
UHC | 孩렞瀣累마 | 11111010101010011000111010101111111110101010111011010010111010011011100010110110 | faa98eaffaaed2e9b8b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)