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 | 踉簿政銜泌ア | 1110011011110010100101011110101110010000101011011110011111110000100101001110010110110001 | e6f295eb90ade7f094e5b1 |
EUC-JP | 踉簿政銜泌ア | 111011001111010011001010111011011100000010101111111011101111001011001000111001111000111010110001 | ecf4caedc0afeef2c8e78eb1 |
UTF-8 | 踉簿政銜泌ア | 111010001011100010001001111001111011000010111111111001101001010010111111111010011000101010011100111001101011001110001100111011111011110110110001 | e8b889e7b0bfe694bfe98a9ce6b38cefbdb1 |
UHC | ?簿政銜泌? | 00111111110111011010110111101111110110011111100111100111111110011011001000111111 | 3fddadefd9f9e7f9b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)