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 | ?`?K}Y?`?K}bE | 00111111011000000011111101001011011111010101100100111111011000000011111101001011011111010110001001000101 | 3f603f4b7d593f603f4b7d6245 |
SJIS-WIN | ?`?K}Y?`?K}bE | 00111111011000000011111101001011011111010101100100111111011000000011111101001011011111010110001001000101 | 3f603f4b7d593f603f4b7d6245 |
EUC-JP | ?`?K}Y?`?K}bE | 00111111011000000011111101001011011111010101100100111111011000000011111101001011011111010110001001000101 | 3f603f4b7d593f603f4b7d6245 |
UTF-8 | Ͱ`ͰK}YͰ`ͰK}bE | 1100110110110000011000001100110110110000010010110111110101011001110011011011000001100000110011011011000001001011011111010110001001000101 | cdb060cdb04b7d59cdb060cdb04b7d6245 |
UHC | ?`?K}Y?`?K}bE | 00111111011000000011111101001011011111010101100100111111011000000011111101001011011111010110001001000101 | 3f603f4b7d593f603f4b7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)