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 | ???SBF | 001111110011111100111111010100110100001001000110 | 3f3f3f534246 |
SJIS-WIN | 辰鱈息SBF | 100100100100001110010010010011001001000110100111010100110100001001000110 | 9243924c91a7534246 |
EUC-JP | 辰鱈息SBF | 110000111010010011000011101011011100001010101001010100110100001001000110 | c3a4c3adc2a9534246 |
UTF-8 | 辰鱈息SBF | 111010001011111010110000111010011011000110001000111001101000000110101111010100110100001001000110 | e8beb0e9b188e681af534246 |
UHC | 辰?息SBF | 1111001011100011001111111110001111010011010100110100001001000110 | f2e33fe3d3534246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)