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 | 辱㨠| 111010001011111010110001111000111000001110101000 | e8beb1e383a8 |
SJIS-WIN | ??±??¨ | 0011111100111111100000010111110100111111001111111000000101001110 | 3f3f817d3f3f814e |
EUC-JP | �� | 100011111010101110110010001111111010000111011110100011111010101110101010001111111010000110101111 | 8fabb23fa1de8fabaa3fa1af |
UTF-8 | 辱㨠| 110000111010100011000010101111101100001010110001110000111010001111000010100000111100001010101000 | c3a8c2bec2b1c3a3c283c2a8 |
UHC | ?¾±??¨ | 001111111010100011111010101000011011111000111111001111111010000110100111 | 3fa8faa1be3f3fa1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)