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 | 霓??? | 1110100010111101001111110011111100111111 | e8bd3f3f3f |
EUC-JP | 霓??? | 1111000010111111001111110011111100111111 | f0bf3f3f3f |
UTF-8 | 霓샕씆뽱 | 111010011001110010010011111011001000001110010101111011001001010010000110111010111011110110110001 | e99c93ec8395ec9486ebbdb1 |
UHC | 霓샕씆뽱 | 1110011111100111100110001100001010011101100111101001011011101101 | e7e798c29d9e96ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)