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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 祭?淫?瀞? | 100011011101010100111111100010001111101000111111100100111101001000111111 | 8dd53f88fa3f93d23f |
EUC-JP | 祭?淫?瀞? | 101110101101011100111111101100001111110000111111110001101101010000111111 | bad73fb0fc3fc6d43f |
UTF-8 | 祭렢淫렧瀞렕 | 111001111010010110101101111010111010000010100010111001101011011110101011111010111010000010100111111001111000000010011110111010111010000010010101 | e7a5adeba0a2e6b7abeba0a7e7809eeba095 |
UHC | 祭렢淫렧瀞렕 | 111100001010111010001110101100111110101111100010100011101011011011101111111001111000111010101010 | f0ae8eb3ebe28eb6efe78eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)