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??K | 0011111101001101001111110011111101001011 | 3f4d3f3f4b |
SJIS-WIN | 辰M叩息K | 1001001001000011010011011001001001000000100100011010011101001011 | 92434d924091a74b |
EUC-JP | 辰M叩息K | 1100001110100100010011011100001110100001110000101010100101001011 | c3a44dc3a1c2a94b |
UTF-8 | 辰M叩息K | 1110100010111110101100000100110111100101100011111010100111100110100000011010111101001011 | e8beb04de58fa9e681af4b |
UHC | 辰M叩息K | 1111001011100011010011011100110110110000111000111101001101001011 | f2e34dcdb0e3d34b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)