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 | ??⇔葬 | 001111110011111110000001110011001001000110010010 | 3f3f81cc9192 |
EUC-JP | ??⇔葬 | 001111110011111110100010110011101100000111110010 | 3f3fa2cec1f2 |
UTF-8 | 狀쀨⇔葬 | 111011111010011110111010111011001000000010101000111000101000011110010100111010001001000110101100 | efa7baec80a8e28794e891ac |
UHC | 狀쀨⇔葬 | 1110110111101110100101111110100010100010101000101110110111110111 | edee97e8a2a2edf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)