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 | ?修?? | 0011111110001111010000110011111100111111 | 3f8f433f3f |
EUC-JP | ?修?? | 0011111110111101101001000011111100111111 | 3fbda43f3f |
UTF-8 | 巢修뽂뻱 | 111001011011011110100010111001001011111110101110111010111011110110000010111010111011101110110001 | e5b7a2e4bfaeebbd82ebbbb1 |
UHC | 巢修뽂뻱 | 1110000110110101111000011111001110010110110000111001011001110110 | e1b5e1f396c39676 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)