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 | ???B?m | 001111110011111100111111010000100011111101101101 | 3f3f3f423f6d |
SJIS-WIN | ???B?m | 001111110011111100111111010000100011111101101101 | 3f3f3f423f6d |
EUC-JP | ???B?m | 001111110011111100111111010000100011111101101101 | 3f3f3f423f6d |
UTF-8 | 혨혗혩B챈m | 1110110110011000101010001110110110011000100101111110110110011000101010010100001011101100101100011000100001101101 | ed98a8ed9897ed98a942ecb1886d |
UHC | 혨혗혩B챈m | 11000010100100001100001010000010110000101001000101000010110000111010011001101101 | c290c282c29142c3a66d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)