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 | ?ュ?? | 0011111110000011100001010011111100111111 | 3f83853f3f |
EUC-JP | 縯ュ?獒 | 100011111101010011001011101001011110010100111111100011111100101110111011 | 8fd4cba5e53f8fcbbb |
UTF-8 | 縯ュ폀獒 | 111001111011100010101111111000111000001110100101111011011000111110000000111001111000110110010010 | e7b8afe383a5ed8f80e78d92 |
UHC | 縯ュ폀獒 | 1110011011100000101010111110010110111100100011111110100010100011 | e6e0abe5bc8fe8a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)