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 | ???n~ | 0011111100111111001111110110111001111110 | 3f3f3f6e7e |
SJIS-WIN | 谷脱促n~ | 1001001001001010100100100100010110010001101000110110111001111110 | 924a924591a36e7e |
EUC-JP | 谷脱促n~ | 1100001110101011110000111010011011000010101001010110111001111110 | c3abc3a6c2a56e7e |
UTF-8 | 谷脱促n~ | 1110100010110000101101111110100010000100101100011110010010111111100000110110111001111110 | e8b0b7e884b1e4bf836e7e |
UHC | 谷?促n~ | 11001101110110110011111111110101101101010110111001111110 | cddb3ff5b56e7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)