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 | ???Z | 00111111001111110011111101011010 | 3f3f3f5a |
SJIS-WIN | 奪遜臓Z | 10010010010001001001000110111011100100011001111101011010 | 924491bb919f5a |
EUC-JP | 奪遜臓Z | 11000011101001011100001010111101110000101010000101011010 | c3a5c2bdc2a15a |
UTF-8 | 奪遜臓Z | 11100101101001011010101011101001100000011001110011101000100001111001001101011010 | e5a5aae9819ce887935a |
UHC | 奪遜?Z | 111101111010110011100001111000010011111101011010 | f7ace1e13f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)