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 | ??M??B | 001111110011111101001101001111110011111101000010 | 3f3f4d3f3f42 |
SJIS-WIN | ??M?歿B | 00111111001111110100110100111111100111110110011001000010 | 3f3f4d3f9f6642 |
EUC-JP | ??M?歿B | 00111111001111110100110100111111110111011100011101000010 | 3f3f4d3fddc742 |
UTF-8 | 렻렎M렺歿B | 1110101110100000101110111110101110100000100011100100110111101011101000001011101011100110101011011011111101000010 | eba0bbeba08e4deba0bae6adbf42 |
UHC | 렻렎M렺歿B | 10001110110000111000111010100100010011011000111011000010110110011101000101000010 | 8ec38ea44d8ec2d9d142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)