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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 永??裕?\ | 1000100101101001001111110011111110010111010101000011111101011100 | 89693f3f97543f5c |
EUC-JP | 永??裕?\ | 1011000111001010001111110011111111001101101101010011111101011100 | b1ca3f3fcdb53f5c |
UTF-8 | 永띔퇊裕쁸\ | 11100110101100001011100011101011100111011001010011101101100001111000101011101000101000111001010111101100100000011011100001011100 | e6b0b8eb9d94ed878ae8a395ec81b85c |
UHC | 永띔퇊裕쁸\ | 1110011110110101101101101110101010110111100110111110101110101110100110000111100101011100 | e7b5b6eab79bebae98795c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)