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 | ????逝? | 00111111001111110011111100111111100100001100000000111111 | 3f3f3f3f90c03f |
EUC-JP | ????逝? | 00111111001111110011111100111111110000001100001000111111 | 3f3f3f3fc0c23f |
UTF-8 | 렱렚속샬逝셰 | 111010111010000010110001111010111010000010011010111011001000011010001101111011001000001110101100111010011000000010011101111011001000010110110000 | eba0b1eba09aec868dec83ace9809dec85b0 |
UHC | 렱렚속샬逝셰 | 100011101011111010001110101011011011110011010011101111001010001111100000101001101011110011001110 | 8ebe8eadbcd3bca3e0a6bcce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)