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 | 猶?∮?e、 | 10010111010100000011111110000111100100110011111110000010100001011000000101000001 | 97503f87933f82858141 |
EUC-JP | 猶???e、 | 110011011011000100111111001111110011111110100011111001011010000110100010 | cdb13f3f3fa3e5a1a2 |
UTF-8 | 猶㏓∮緣e、 | 111001111000110010110110111000111000111110010011111000101000100010101110111001111011011110100011111011111011110110000101111000111000000010000001 | e78cb6e38f93e288aee7b7a3efbd85e38081 |
UHC | 猶㏓∮緣e、 | 111010111010001010100111111010111010001010110001111001101101111010100011111001011010000110100010 | eba2a7eba2b1e6dea3e5a1a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)