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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 糴√※ | 111000101111100110000001111000111000000110100110 | e2f981e381a6 |
EUC-JP | 糴√※ | 111001001111101110100010111001011010001010101000 | e4fba2e5a2a8 |
UTF-8 | 糴√※ | 111001111011001110110100111000101000100010011010111000101000000010111011 | e7b3b4e2889ae280bb |
UHC | ?√※ | 0011111110100001111011101010000111011000 | 3fa1eea1d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)