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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????熱 | 00111111001111110011111100111111001111111001010001001101 | 3f3f3f3f3f944d |
EUC-JP | ?????熱 | 00111111001111110011111100111111001111111100011110101110 | 3f3f3f3f3fc7ae |
UTF-8 | 렱렚솅씰렓熱 | 111010111010000010110001111010111010000010011010111011001000011010000101111011001001010010110000111010111010000010010011111001111000011010110001 | eba0b1eba09aec8685ec94b0eba093e786b1 |
UHC | 렱렚솅씰렓熱 | 100011101011111010001110101011011011110011010001101111101100000110001110101010001110011011110000 | 8ebe8eadbcd1bec18ea8e6f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)