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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 矗矗ヘロ | 1110000111011110111000011101111011110110111000101100110111011011 | e1dee1def6e2cddb |
EUC-JP | 矗矗?ヘロ | 111000101110000011100010111000000011111110001110110011011000111011011011 | e2e0e2e03f8ecd8edb |
UTF-8 | 矗矗ヘロ | 111001111001111110010111111001111001111110010111111011101001010010001001111011111011111010001101111011111011111010011011 | e79f97e79f97ee9489efbe8defbe9b |
UHC | 矗矗??? | 11110101101110001111010110111000001111110011111100111111 | f5b8f5b83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)