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 | テ湘嘉イ | 110000111000111111000011100010011100001110110010 | c38fc389c3b2 |
EUC-JP | テ湘嘉イ | 1000111011000011101111101100010110110010110001011000111010110010 | 8ec3bec5b2c58eb2 |
UTF-8 | テ湘嘉イ | 111011111011111010000011111001101011100110011000111001011001100010001001111011111011110110110010 | efbe83e6b998e59889efbdb2 |
UHC | ?湘嘉? | 001111111101111111001111110010101010100100111111 | 3fdfcfcaa93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)