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 | 弔?畯脈 | 10010010101000100011111111111011011011111001011010101100 | 92a23ffb6f96ac |
EUC-JP | 弔?畯脈 | 1100010010100100001111111000111111001101101110111100110010101110 | c4a43f8fcdbbccae |
UTF-8 | 弔렲畯脈 | 111001011011110010010100111010111010000010110010111001111001010110101111111010001000010010001000 | e5bc94eba0b2e795afe88488 |
UHC | 弔렲畯脈 | 1111000011000000100011101011111111110001111000011101100011100110 | f0c08ebff1e1d8e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)