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 | 五??而? | 10001100110111000011111100111111100011101010011100111111 | 8cdc3f3f8ea73f |
EUC-JP | 五??而? | 10111000110111100011111100111111101111001010100100111111 | b8de3f3fbca93f |
UTF-8 | 五묒늽而좦 | 111001001011101010010100111010111010110010010010111010111000101010111101111010001000000010001100111011001010001010100110 | e4ba94ebac92eb8abde8808ceca2a6 |
UHC | 五묒늽而좦 | 11100111111010011001000111101100100010001000011011101100101110111010000101000010 | e7e991ec8886ecbba142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)