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 | ?????LB | 00111111001111110011111100111111001111110100110001000010 | 3f3f3f3f3f4c42 |
SJIS-WIN | モゥ矣LB | 11110111101000111111011110101110110100111010100111100001111000010100110001000010 | f7a3f7aed3a9e1e14c42 |
EUC-JP | ??モゥ矣LB | 00111111001111111000111011010011100011101010100111100010111000110100110001000010 | 3f3f8ed38ea9e2e34c42 |
UTF-8 | モゥ矣LB | 1110111010010110100001101110111010010110100100011110111110111110100100111110111110111101101010011110011110011111101000110100110001000010 | ee9686ee9691efbe93efbda9e79fa34c42 |
UHC | ????矣LB | 0011111100111111001111110011111111101011111110000100110001000010 | 3f3f3f3febf84c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)