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 | ???O???M | 0011111100111111001111110100111100111111001111110011111101001101 | 3f3f3f4f3f3f3f4d |
SJIS-WIN | ???O???M | 0011111100111111001111110100111100111111001111110011111101001101 | 3f3f3f4f3f3f3f4d |
EUC-JP | ???O???M | 0011111100111111001111110100111100111111001111110011111101001101 | 3f3f3f4f3f3f3f4d |
UTF-8 | 묷뭊뫅O묷뭊뫅M | 1110101110101100101101111110101110101101100010101110101110101011100001010100111111101011101011001011011111101011101011011000101011101011101010111000010101001101 | ebacb7ebad8aebab854febacb7ebad8aebab854d |
UHC | 묷뭊뫅O묷뭊뫅M | 1001001001001011100100100101010110010001101010000100111110010010010010111001001001010101100100011010100001001101 | 924b925591a84f924b925591a84d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)