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 | ?然夭?町 | 0011111110010001010100101001101011101110001111111001001010101100 | 3f91529aee3f92ac |
EUC-JP | ?然夭?町 | 0011111111000001101100111101010011110000001111111100010010101110 | 3fc1b3d4f03fc4ae |
UTF-8 | 뤗然夭걔町 | 111010111010010010010111111001111000010010110110111001011010010010101101111010101011000110010100111001111001010010111010 | eba497e784b6e5a4adeab194e794ba |
UHC | 뤗然夭걔町 | 10001111110001111110011011010100111010001110110010110000110000101110111111101011 | 8fc7e6d4e8ecb0c2efeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)