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°èV | 100100100100101110010001101100001110100001010110 | 924b91b0e856 |
SJIS-WIN | ?K?°?V | 00111111010010110011111110000001100010110011111101010110 | 3f4b3f818b3f56 |
EUC-JP | ?K?°èV | 001111110100101100111111101000011110101110001111101010111011001001010110 | 3f4b3fa1eb8fabb256 |
UTF-8 | K°èV | 11000010100100100100101111000010100100011100001010110000110000111010100001010110 | c2924bc291c2b0c3a856 |
UHC | ?K?°?V | 00111111010010110011111110100001110001100011111101010110 | 3f4b3fa1c63f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)