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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 먿亮먿뤂됭 | 111010111010100010111111111011111010010110110111111010111010100010111111111010111010010010000010111010111001000010101101 | eba8bfefa5b7eba8bfeba482eb90ad |
UHC | 먿亮먿뤂됭 | 10010000111110011110010110111001100100001111100110001111101100111000100111101000 | 90f9e5b990f98fb389e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)