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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 谷贈束脱袖 | 10010010010010101001000110100001100100011010100110010010010001011001000110110011 | 924a91a191a9924591b3 |
EUC-JP | 谷贈束脱袖 | 11000011101010111100001010100011110000101010101111000011101001101100001010110101 | c3abc2a3c2abc3a6c2b5 |
UTF-8 | 谷贈束脱袖 | 111010001011000010110111111010001011010010001000111001101001110110011111111010001000010010110001111010001010001010010110 | e8b0b7e8b488e69d9fe884b1e8a296 |
UHC | 谷贈束?袖 | 110011011101101111110001111111001110000111010110001111111110001011000000 | cddbf1fce1d63fe2c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)