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 | 五???億 | 10001100110111000011111100111111001111111000100110101101 | 8cdc3f3f3f89ad |
EUC-JP | 五???億 | 10111000110111100011111100111111001111111011001010101111 | b8de3f3f3fb2af |
UTF-8 | 五믊살젵億 | 111001001011101010010100111010111010111110001010111011001000001010110100111011001010000010110101111001011000010010000100 | e4ba94ebaf8aec82b4eca0b5e58484 |
UHC | 五믊살젵億 | 11100111111010011001001011001110101110111110110010100000101010011110010111100010 | e7e992cebbeca0a9e5e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)