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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 娚輔娚輔^ | 100110110101001010010101111000111001101101010010100101011110001101011110 | 9b5295e39b5295e35e |
EUC-JP | 娚輔娚輔^ | 110101011011001111001010111001011101010110110011110010101110010101011110 | d5b3cae5d5b3cae55e |
UTF-8 | 娚輔娚輔^ | 11100101101010001001101011101000101111001001010011100101101010001001101011101000101111001001010001011110 | e5a89ae8bc94e5a89ae8bc945e |
UHC | ?輔?輔^ | 00111111110111001101000000111111110111001101000001011110 | 3fdcd03fdcd05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)