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 | 辿続其炭臓俗 | 100100100100100010010001101100011001000110110100100100100101100110010001100111111001000110101101 | 924891b191b49259919f91ad |
EUC-JP | 辿続其炭臓俗 | 110000111010100111000010101100111100001010110110110000111011101011000010101000011100001010101111 | c3a9c2b3c2b6c3bac2a1c2af |
UTF-8 | 辿続其炭臓俗 | 111010001011111010111111111001111011011010011010111001011000010110110110111001111000001010101101111010001000011110010011111001001011111110010111 | e8bebfe7b69ae585b6e782ade88793e4bf97 |
UHC | ??其炭?俗 | 001111110011111111010000111011001111011110101001001111111110000111010100 | 3f3fd0ecf7a93fe1d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)