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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 谷続贈\ | 10010010010010101001000110110001100100011010000101011100 | 924a91b191a15c |
EUC-JP | 谷続贈\ | 11000011101010111100001010110011110000101010001101011100 | c3abc2b3c2a35c |
UTF-8 | 谷続贈\ | 11101000101100001011011111100111101101101001101011101000101101001000100001011100 | e8b0b7e7b69ae8b4885c |
UHC | 谷?贈\ | 110011011101101100111111111100011111110001011100 | cddb3ff1fc5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)