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 | ???E] | 0011111100111111001111110100010101011101 | 3f3f3f455d |
SJIS-WIN | 谷短村E] | 1001001001001010100100100101101010010001101110100100010101011101 | 924a925a91ba455d |
EUC-JP | 谷短村E] | 1100001110101011110000111011101111000010101111000100010101011101 | c3abc3bbc2bc455d |
UTF-8 | 谷短村E] | 1110100010110000101101111110011110011111101011011110011010011101100100010100010101011101 | e8b0b7e79fade69d91455d |
UHC | 谷短村E] | 1100110111011011110100111010110111110101101111010100010101011101 | cddbd3adf5bd455d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)