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 | ì±ì° | 111011001000010010110001111011001000011010110000 | ec84b1ec86b0 |
SJIS-WIN | ??±??° | 0011111100111111100000010111110100111111001111111000000110001011 | 3f3f817d3f3f818b |
EUC-JP | �� | 100011111010101111000000001111111010000111011110100011111010101111000000001111111010000111101011 | 8fabc03fa1de8fabc03fa1eb |
UTF-8 | ì±ì° | 110000111010110011000010100001001100001010110001110000111010110011000010100001101100001010110000 | c3acc284c2b1c3acc286c2b0 |
UHC | ??±??° | 0011111100111111101000011011111000111111001111111010000111000110 | 3f3fa1be3f3fa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)