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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 涅?С^ | 100111111011100000111111100001000101001001011110 | 9fb83f84525e |
EUC-JP | 涅?С^ | 110111101011101000111111101001111011001101011110 | deba3fa7b35e |
UTF-8 | 涅됬С^ | 111001101011011010000101111010111001000010101100110100001010000101011110 | e6b685eb90acd0a15e |
UHC | 涅됬С^ | 11100110111011101000100111100111101011001011001101011110 | e6ee89e7acb35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)