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???m^ | 001111110011111100111111011011010011111100111111001111110110110101011110 | 3f3f3f6d3f3f3f6d5e |
SJIS-WIN | ???m???m^ | 001111110011111100111111011011010011111100111111001111110110110101011110 | 3f3f3f6d3f3f3f6d5e |
EUC-JP | ???m???m^ | 001111110011111100111111011011010011111100111111001111110110110101011110 | 3f3f3f6d3f3f3f6d5e |
UTF-8 | 묷뫌뫚m묷뫌뫚m^ | 111010111010110010110111111010111010101110001100111010111010101110011010011011011110101110101100101101111110101110101011100011001110101110101011100110100110110101011110 | ebacb7ebab8cebab9a6debacb7ebab8cebab9a6d5e |
UHC | 묷뫌뫚m묷뫌뫚m^ | 100100100100101110010001101011101001000110111010011011011001001001001011100100011010111010010001101110100110110101011110 | 924b91ae91ba6d924b91ae91ba6d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)