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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 涅??輿 | 100111111011100000111111001111111001011101100000 | 9fb83f3f9760 |
EUC-JP | 涅??輿 | 110111101011101000111111001111111100110111000001 | deba3f3fcdc1 |
UTF-8 | 涅듸쉿輿 | 111001101011011010000101111010111001001110111000111011001000100110111111111010001011110010111111 | e6b685eb93b8ec89bfe8bcbf |
UHC | 涅듸쉿輿 | 1110011011101110101101011110111110111101101100101110011010101011 | e6eeb5efbdb2e6ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)