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???? | 00111111001111110100110100111111001111110011111100111111 | 3f3f4d3f3f3f3f |
SJIS-WIN | ??M???? | 00111111001111110100110100111111001111110011111100111111 | 3f3f4d3f3f3f3f |
EUC-JP | ??M???? | 00111111001111110100110100111111001111110011111100111111 | 3f3f4d3f3f3f3f |
UTF-8 | 렻렍M렺늙뗑물 | 11101011101000001011101111101011101000001000110101001101111010111010000010111010111010111000101010011001111010111001011110010001111010111010110010111100 | eba0bbeba08d4deba0baeb8a99eb9791ebacbc |
UHC | 렻렍M렺늙뗑물 | 10001110110000111000111010100011010011011000111011000010101101001100010010110110110001001011100110110000 | 8ec38ea34d8ec2b4c4b6c4b9b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)