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 | ?燮善? | 001111111001100111010111100100010101000000111111 | 3f99d791503f |
EUC-JP | ?燮善? | 001111111101001011011001110000011011000100111111 | 3fd2d9c1b13f |
UTF-8 | 狀燮善狀 | 111001111000101110000000111001111000011110101110111001011001011010000100111001111000101110000000 | e78b80e787aee59684e78b80 |
UHC | 狀燮善狀 | 1101111111010010111000001111000011100000101111001101111111010010 | dfd2e0f0e0bcdfd2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)