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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 絋阪厳鐔随拾 | 111000110100010110001101111000111000110010110101111010000101110010010000100011111000111101000101 | e3458de38cb5e85c908f8f45 |
EUC-JP | 絋阪厳鐔随拾 | 111001011010011010111010111001011011100010110111111011111011110110111111111011111011110110100110 | e5a6bae5b8b7efbdbfefbda6 |
UTF-8 | 絋阪厳鐔随拾 | 111001111011010110001011111010011001100010101010111001011000111010110011111010011001000010010100111010011001101010001111111001101000101110111110 | e7b58be998aae58eb3e99094e99a8fe68bbe |
UHC | ?阪???拾 | 0011111111111000101000010011111100111111001111111110001110100110 | 3ff8a13f3f3fe3a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)