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 | 谷遜側狸 | 1001001001001010100100011011101110010001101001001001001001001011 | 924a91bb91a4924b |
EUC-JP | 谷遜側狸 | 1100001110101011110000101011110111000010101001101100001110101100 | c3abc2bdc2a6c3ac |
UTF-8 | 谷遜側狸 | 111010001011000010110111111010011000000110011100111001011000000110110100111001111000101110111000 | e8b0b7e9819ce581b4e78bb8 |
UHC | 谷遜側狸 | 1100110111011011111000011110000111110110101100001101011111100001 | cddbe1e1f6b0d7e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)