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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?地曝ォ? | 0011111110010010011011101001010010011000100000110100100000111111 | 3f926e949883483f |
EUC-JP | ?地曝ォ? | 0011111111000011110011111100011111111000101001011010100100111111 | 3fc3cfc7f8a5a93f |
UTF-8 | 룶地曝ォ룶 | 111010111010001110110110111001011001110010110000111001101001101110011101111000111000001010101001111010111010001110110110 | eba3b6e59cb0e69b9de382a9eba3b6 |
UHC | 룶地曝ォ룶 | 10001111101010111111001010100010111110001110110110101011101010011000111110101011 | 8fabf2a2f8edaba98fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)