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 | ä¼}ä¼uRTBB | 1110010010111100011111011110010010111100011101011001100001010010010101000100001001000010 | e4bc7de4bc759852544242 |
SJIS-WIN | ??}??u?RTBB | 0011111100111111011111010011111100111111011101010011111101010010010101000100001001000010 | 3f3f7d3f3f753f52544242 |
EUC-JP | ä?}ä?u?RTBB | 100011111010101110100011001111110111110110001111101010111010001100111111011101010011111101010010010101000100001001000010 | 8faba33f7d8faba33f753f52544242 |
UTF-8 | ä¼}ä¼uRTBB | 11000011101001001100001010111100011111011100001110100100110000101011110001110101110000101001100001010010010101000100001001000010 | c3a4c2bc7dc3a4c2bc75c29852544242 |
UHC | ?¼}?¼u?RTBB | 00111111101010001111100101111101001111111010100011111001011101010011111101010010010101000100001001000010 | 3fa8f97d3fa8f9753f52544242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)