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 | ????k | 0011111100111111001111110011111101101011 | 3f3f3f3f6b |
SJIS-WIN | 辰但竪孫k | 100100100100001110010010010000011001001001000111100100011011011101101011 | 92439241924791b76b |
EUC-JP | 辰但竪孫k | 110000111010010011000011101000101100001110101000110000101011100101101011 | c3a4c3a2c3a8c2b96b |
UTF-8 | 辰但竪孫k | 11101000101111101011000011100100101111011000011011100111101010111010101011100101101011011010101101101011 | e8beb0e4bd86e7abaae5adab6b |
UHC | 辰但竪孫k | 111100101110001111010011101000111110001010110101111000011101110101101011 | f2e3d3a3e2b5e1dd6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)