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창혷 | 11101101100110001010100111101100101100011000010111101101100110001010010101001101111011001011000010111101111011011001100010110111 | ed98a9ecb185ed98a54decb0bded98b7 |
UHC | 혩책혥M창혷 | 1100001010010001110000111010010111000010100011010100110111000011101000101100001010011110 | c291c3a5c28d4dc3a2c29e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)