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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
EUC-JP | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
UTF-8 | 略굞덹}略굞덹{^ | 111011111010010110110110111010101011010110011110111010111000110110111001011111011110111110100101101101101110101010110101100111101110101110001101101110010111101101011110 | efa5b6eab59eeb8db97defa5b6eab59eeb8db97b5e |
UHC | 略굞덹}略굞덹{^ | 111001011011001010000010100001101000100101001100011111011110010110110010100000101000011010001001010011000111101101011110 | e5b28286894c7de5b28286894c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)