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 | 횆쨈책짜횋 | 111011011001101010000110111011001010100010001000111011001011000110000101111011001010011110011100111011011001101010001011 | ed9a86eca888ecb185eca79ced9a8b |
UHC | 횆쨈책짜횋 | 11000011100001001100001010110100110000111010010111000010101001011100001110001001 | c384c2b4c3a5c2a5c389 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)