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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 茯e勝郤 | 1110010010101000100000101000010110001111100111111110011110111010 | e4a882858f9fe7ba |
EUC-JP | 茯e勝郤 | 1110100010101010101000111110010110111110101000011110111010111100 | e8aaa3e5bea1eebc |
UTF-8 | 茯e勝郤 | 111010001000110010101111111011111011110110000101111001011000101110011101111010011000001110100100 | e88cafefbd85e58b9de983a4 |
UHC | 茯e勝? | 11011100110110101010001111100101111000111010110100111111 | dcdaa3e5e3ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)