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 | AMM² | 1001001001000001100100100100110110010010010011011001000110110010 | 9241924d924d91b2 |
SJIS-WIN | ?A?M?M?? | 0011111101000001001111110100110100111111010011010011111100111111 | 3f413f4d3f4d3f3f |
EUC-JP | ?A?M?M?? | 0011111101000001001111110100110100111111010011010011111100111111 | 3f413f4d3f4d3f3f |
UTF-8 | AMM² | 11000010100100100100000111000010100100100100110111000010100100100100110111000010100100011100001010110010 | c29241c2924dc2924dc291c2b2 |
UHC | ?A?M?M?² | 001111110100000100111111010011010011111101001101001111111010100111110111 | 3f413f4d3f4d3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)