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 | 11100111100001011000101111100100100010011011100101011010 | e7858be489b95a |
EUC-JP | 辣倶音Z | 11101101111001011011011011100110101100101011101101011010 | ede5b6e6b2bb5a |
UTF-8 | 辣倶音Z | 11101000101111101010001111100101100000001011011011101001100111111011001101011010 | e8bea3e580b6e99fb35a |
UHC | 辣?音Z | 110101011011100000111111111010111110010101011010 | d5b83febe55a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)