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 | 1000111011010111100011101010001001001011 | 8ed78ea24b |
SJIS-WIN | ?×?¢K | 00111111100000010111111000111111100000011001000101001011 | 3f817e3f81914b |
EUC-JP | ?×?¢K | 00111111101000011101111100111111101000011111000101001011 | 3fa1df3fa1f14b |
UTF-8 | ×¢K | 110000101000111011000011100101111100001010001110110000101010001001001011 | c28ec397c28ec2a24b |
UHC | ?×??K | 001111111010000110111111001111110011111101001011 | 3fa1bf3f3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)