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 | 谷属卒脱即臓 | 100100100100101010010001101011101001000110110010100100100100010110010001101001101001000110011111 | 924a91ae91b2924591a6919f |
EUC-JP | 谷属卒脱即臓 | 110000111010101111000010101100001100001010110100110000111010011011000010101010001100001010100001 | c3abc2b0c2b4c3a6c2a8c2a1 |
UTF-8 | 谷属卒脱即臓 | 111010001011000010110111111001011011000110011110111001011000110110010010111010001000010010110001111001011000110110110011111010001000011110010011 | e8b0b7e5b19ee58d92e884b1e58db3e88793 |
UHC | 谷?卒??? | 1100110111011011001111111111000011101111001111110011111100111111 | cddb3ff0ef3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)