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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?劇?嶽 | 001111111000110010000000001111111001101111010100 | 3f8c803f9bd4 |
EUC-JP | ?劇?嶽 | 001111111011011111100000001111111101011011010110 | 3fb7e03fd6d6 |
UTF-8 | 뤋劇콓嶽 | 111010111010010010001011111001011000101010000111111011001011110110010011111001011011011010111101 | eba48be58a87ecbd93e5b6bd |
UHC | 뤋劇콓嶽 | 1000111110111011110100001011110010110001100011111110010011000000 | 8fbbd0bcb18fe4c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)