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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 谷族蔵促B | 100100100100101010010001101100001001000110100000100100011010001101000010 | 924a91b091a091a342 |
EUC-JP | 谷族蔵促B | 110000111010101111000010101100101100001010100010110000101010010101000010 | c3abc2b2c2a2c2a542 |
UTF-8 | 谷族蔵促B | 11101000101100001011011111100110100101111000111111101000100101001011010111100100101111111000001101000010 | e8b0b7e6978fe894b5e4bf8342 |
UHC | 谷族?促B | 1100110111011011111100001110100100111111111101011011010101000010 | cddbf0e93ff5b542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)