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?d | 001111110011111100111111010011010011111101100100 | 3f3f3f4d3f64 |
SJIS-WIN | ???M?d | 001111110011111100111111010011010011111101100100 | 3f3f3f4d3f64 |
EUC-JP | ???M?d | 001111110011111100111111010011010011111101100100 | 3f3f3f4d3f64 |
UTF-8 | 혟혩혱M혶d | 1110110110011000100111111110110110011000101010011110110110011000101100010100110111101101100110001011011001100100 | ed989fed98a9ed98b14ded98b664 |
UHC | 혟혩혱M혶d | 11000010100010011100001010010001110000101001100001001101110000101001110101100100 | c289c291c2984dc29d64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)