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 | 練먧튋歷쪁 | 111011111010011010010110111010111010100010100111111011011000101010001011111011111010011010001100111011001010101010000001 | efa696eba8a7ed8a8befa68cecaa81 |
UHC | 練먧튋歷쪁 | 11100110110111111001000011100100101110011001111111100110101110001010010101110110 | e6df90e4b99fe6b8a576 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)