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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蔓眦擺貉 | 1001011010100000111000011100001110011101101100101110011010111001 | 96a0e1c39db2e6b9 |
EUC-JP | 蔓眦擺貉 | 1100110010100010111000101100010111011010101101001110110010111011 | cca2e2c5dab4ecbb |
UTF-8 | 蔓眦擺貉 | 111010001001010010010011111001111001110010100110111001101001001110111010111010001011001010001001 | e89493e79ca6e693bae8b289 |
UHC | 蔓?擺? | 110110001100000000111111111101111110110000111111 | d8c03ff7ec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)