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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 隹キ譌丈゚エB | 11101000101100001011011111100110100101111000111111100100110111111011010001000010 | e8b0b7e6978fe4dfb442 |
EUC-JP | 隹キ譌丈゚エB | 11110000101100101000111010110111111010111111011110111110111001101000111011011111100011101011010001000010 | f0b28eb7ebf7bee68edf8eb442 |
UTF-8 | 隹キ譌丈゚エB | 11101001100110101011100111101111101111011011011111101000101011011000110011100100101110001000100011101111101111101001111111101111101111011011010001000010 | e99ab9efbdb7e8ad8ce4b888efbe9fefbdb442 |
UHC | ???丈??B | 0011111100111111001111111110110111011011001111110011111101000010 | 3f3f3feddb3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)