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 | ?蓴?? | 0011111111100100111100010011111100111111 | 3fe4f13f3f |
EUC-JP | ?蓴?? | 0011111111101000111100110011111100111111 | 3fe8f33f3f |
UTF-8 | 솔蓴샴앍 | 111011001000011010010100111010001001001110110100111011001000001110110100111011001001010110001101 | ec8694e893b4ec83b4ec958d |
UHC | 솔蓴샴앍 | 1011110011010110111000101111000110111100101001001011111011001100 | bcd6e2f1bca4becc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)