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 | ?}???}??^ | 001111110111110100111111001111110011111101111101001111110011111101011110 | 3f7d3f3f3f7d3f3f5e |
SJIS-WIN | ?}???}??^ | 001111110111110100111111001111110011111101111101001111110011111101011110 | 3f7d3f3f3f7d3f3f5e |
EUC-JP | ?}???}??^ | 001111110111110100111111001111110011111101111101001111110011111101011110 | 3f7d3f3f3f7d3f3f5e |
UTF-8 | 묧}묧뫏묧}묧뫏^ | 111010111010110010100111011111011110101110101100101001111110101110101011100011111110101110101100101001110111110111101011101011001010011111101011101010111000111101011110 | ebaca77debaca7ebab8febaca77debaca7ebab8f5e |
UHC | 묧}묧뫏묧}묧뫏^ | 100100011111111001111101100100011111111010010001101100011001000111111110011111011001000111111110100100011011000101011110 | 91fe7d91fe91b191fe7d91fe91b15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)