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 | 而?池?肄 | 1000111010100111001111111001001001110010001111111110001111100101 | 8ea73f92723fe3e5 |
EUC-JP | 而?池?肄 | 1011110010101001001111111100001111010011001111111110011011100111 | bca93fc3d33fe6e7 |
UTF-8 | 而렖池렍肄 | 111010001000000010001100111010111010000010010110111001101011000110100000111010111010000010001101111010001000001010000100 | e8808ceba096e6b1a0eba08de88284 |
UHC | 而렖池렍肄 | 11101100101110111000111010101011111100101010111010001110101000111110110010111101 | ecbb8eabf2ae8ea3ecbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)