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 | JE¶E£ | 10010010010010101001001001000101100100011011011010010010010001011001000110100011 | 924a924591b6924591a3 |
SJIS-WIN | ?J?E?¶?E?£ | 001111110100101000111111010001010011111110000001111101110011111101000101001111111000000110010010 | 3f4a3f453f81f73f453f8192 |
EUC-JP | ?J?E?¶?E?£ | 001111110100101000111111010001010011111110100010111110010011111101000101001111111010000111110010 | 3f4a3f453fa2f93f453fa1f2 |
UTF-8 | JE¶E£ | 1100001010010010010010101100001010010010010001011100001010010001110000101011011011000010100100100100010111000010100100011100001010100011 | c2924ac29245c291c2b6c29245c291c2a3 |
UHC | ?J?E?¶?E?? | 0011111101001010001111110100010100111111101000101101001000111111010001010011111100111111 | 3f4a3f453fa2d23f453f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)