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±¡K½ | 10010010010001011001000110110001100100011010000110010010010010111001000110111101 | 924591b191a1924b91bd |
SJIS-WIN | ?E?±???K?? | 0011111101000101001111111000000101111101001111110011111100111111010010110011111100111111 | 3f453f817d3f3f3f4b3f3f |
EUC-JP | ?E?±?¡?K?? | 00111111010001010011111110100001110111100011111110001111101000101100001000111111010010110011111100111111 | 3f453fa1de3f8fa2c23f4b3f3f |
UTF-8 | E±¡K½ | 110000101001001001000101110000101001000111000010101100011100001010010001110000101010000111000010100100100100101111000010100100011100001010111101 | c29245c291c2b1c291c2a1c2924bc291c2bd |
UHC | ?E?±?¡?K?½ | 00111111010001010011111110100001101111100011111110100010101011100011111101001011001111111010100011110110 | 3f453fa1be3fa2ae3f4b3fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)