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 | 奪其存谷促 | 10010010010001001001000110110100100100011011011010010010010010101001000110100011 | 924491b491b6924a91a3 |
EUC-JP | 奪其存谷促 | 11000011101001011100001010110110110000101011100011000011101010111100001010100101 | c3a5c2b6c2b8c3abc2a5 |
UTF-8 | 奪其存谷促 | 111001011010010110101010111001011000010110110110111001011010110110011000111010001011000010110111111001001011111110000011 | e5a5aae585b6e5ad98e8b0b7e4bf83 |
UHC | 奪其存谷促 | 11110111101011001101000011101100111100001110110111001101110110111111010110110101 | f7acd0ecf0edcddbf5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)