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 | 絋阪原粢 | 1110001101000101100011011110001110001100101101001110001011100101 | e3458de38cb4e2e5 |
EUC-JP | 絋阪原粢 | 1110010110100110101110101110010110111000101101101110010011100111 | e5a6bae5b8b6e4e7 |
UTF-8 | 絋阪原粢 | 111001111011010110001011111010011001100010101010111001011000111010011111111001111011001010100010 | e7b58be998aae58e9fe7b2a2 |
UHC | ?阪原? | 001111111111100010100001111010101010101100111111 | 3ff8a1eaab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)