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 | テ湘嘉、 | 110000111000111111000011100010011100001110100100 | c38fc389c3a4 |
EUC-JP | テ湘嘉、 | 1000111011000011101111101100010110110010110001011000111010100100 | 8ec3bec5b2c58ea4 |
UTF-8 | テ湘嘉、 | 111011111011111010000011111001101011100110011000111001011001100010001001111011111011110110100100 | efbe83e6b998e59889efbda4 |
UHC | ?湘嘉? | 001111111101111111001111110010101010100100111111 | 3fdfcfcaa93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)