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 | 11110111101000111101001110111001111101111010011111110110110011100100110001000010 | f7a3d3b9f7a7f6ce4c42 |
EUC-JP | ?モケ??LB | 001111111000111011010011100011101011100100111111001111110100110001000010 | 3f8ed38eb93f3f4c42 |
UTF-8 | モケLB | 1110111010010110100001101110111110111110100100111110111110111101101110011110111010010110100010101110111010010011101101010100110001000010 | ee9686efbe93efbdb9ee968aee93b54c42 |
UHC | ?????LB | 00111111001111110011111100111111001111110100110001000010 | 3f3f3f3f3f4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)