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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 勇??諛?? | 1001011101000101001111110011111111100110100001110011111100111111 | 97453f3fe6873f3f |
EUC-JP | 勇??諛?? | 1100110110100110001111110011111111101011111001110011111100111111 | cda63f3febe73f3f |
UTF-8 | 勇싳뫑諛잙뎁 | 111001011000101110000111111011001000101110110011111010111010101110010001111010001010101110011011111011001001111010011001111010111000111010000001 | e58b87ec8bb3ebab91e8ab9bec9e99eb8e81 |
UHC | 勇싳뫑諛잙뎁 | 111010011011100010011010111011001001000110110011111010111011000010011111111010111011010110101010 | e9b89aec91b3ebb09febb5aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)