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 | 谷贈其脱測 | 10010010010010101001000110100001100100011011010010010010010001011001000110101010 | 924a91a191b4924591aa |
EUC-JP | 谷贈其脱測 | 11000011101010111100001010100011110000101011011011000011101001101100001010101100 | c3abc2a3c2b6c3a6c2ac |
UTF-8 | 谷贈其脱測 | 111010001011000010110111111010001011010010001000111001011000010110110110111010001000010010110001111001101011100010101100 | e8b0b7e8b488e585b6e884b1e6b8ac |
UHC | 谷贈其?測 | 110011011101101111110001111111001101000011101100001111111111011010110100 | cddbf1fcd0ec3ff6b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)