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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 祉爾[祉爾[^ | 1000111010000011100011101010001001011011100011101000001110001110101000100101101101011110 | 8e838ea25b8e838ea25b5e |
EUC-JP | 祉爾[祉爾[^ | 1011101111100011101111001010010001011011101110111110001110111100101001000101101101011110 | bbe3bca45bbbe3bca45b5e |
UTF-8 | 祉爾[祉爾[^ | 111001111010010110001001111001111000100010111110010110111110011110100101100010011110011110001000101111100101101101011110 | e7a589e788be5be7a589e788be5b5e |
UHC | 祉爾[祉爾[^ | 1111001010110011111011001011001101011011111100101011001111101100101100110101101101011110 | f2b3ecb35bf2b3ecb35b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)