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 | ì°ì·^ | 11101100100001101011000011101100100000111011011101011110 | ec86b0ec83b75e |
SJIS-WIN | ??°???^ | 0011111100111111100000011000101100111111001111110011111101011110 | 3f3f818b3f3f3f5e |
EUC-JP | ì?°ì??^ | 100011111010101111000000001111111010000111101011100011111010101111000000001111110011111101011110 | 8fabc03fa1eb8fabc03f3f5e |
UTF-8 | ì°ì·^ | 11000011101011001100001010000110110000101011000011000011101011001100001010000011110000101011011101011110 | c3acc286c2b0c3acc283c2b75e |
UHC | ??°??·^ | 001111110011111110100001110001100011111100111111101000011010010001011110 | 3f3fa1c63f3fa1a45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)