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?? | 001111110011111100111111010011010011111100111111 | 3f3f3f4d3f3f |
SJIS-WIN | ???M?? | 001111110011111100111111010011010011111100111111 | 3f3f3f4d3f3f |
EUC-JP | ???M?? | 001111110011111100111111010011010011111100111111 | 3f3f3f4d3f3f |
UTF-8 | 혟쨋혥M창혷 | 11101101100110001001111111101100101010001000101111101101100110001010010101001101111011001011000010111101111011011001100010110111 | ed989feca88bed98a54decb0bded98b7 |
UHC | 혟쨋혥M창혷 | 1100001010001001110000101011011011000010100011010100110111000011101000101100001010011110 | c289c2b6c28d4dc3a2c29e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)