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 | E¬°E² | 10010010010001011001000110101100100100011011000010010010010001011001000110110010 | 924591ac91b0924591b2 |
SJIS-WIN | ?E?¬?°?E?? | 001111110100010100111111100000011100101000111111100000011000101100111111010001010011111100111111 | 3f453f81ca3f818b3f453f3f |
EUC-JP | ?E?¬?°?E?? | 001111110100010100111111101000101100110000111111101000011110101100111111010001010011111100111111 | 3f453fa2cc3fa1eb3f453f3f |
UTF-8 | E¬°E² | 110000101001001001000101110000101001000111000010101011001100001010010001110000101011000011000010100100100100010111000010100100011100001010110010 | c29245c291c2acc291c2b0c29245c291c2b2 |
UHC | ?E???°?E?² | 001111110100010100111111001111110011111110100001110001100011111101000101001111111010100111110111 | 3f453f3f3fa1c63f453fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)