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 | 町驀???? | 1001001010101100111010010111110100111111001111110011111100111111 | 92ace97d3f3f3f3f |
EUC-JP | 町驀???洹 | 11000100101011101111000111011110001111110011111100111111100011111100011110111010 | c4aef1de3f3f3f8fc7ba |
UTF-8 | 町驀렣壘헤洹 | 111001111001010010111010111010011010100110000000111010111010000010100011111011111010010110001010111011011001011110100100111001101011010010111001 | e794bae9a980eba0a3efa58aed97a4e6b4b9 |
UHC | 町驀렣壘헤洹 | 111011111110101111011000111010011000111010110100110100101110010011000111111011001110101010110111 | efebd8e98eb4d2e4c7eceab7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)