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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 辰丹束辿遜 | 10010010010000111001001001001111100100011010100110010010010010001001000110111011 | 9243924f91a9924891bb |
EUC-JP | 辰丹束辿遜 | 11000011101001001100001110110000110000101010101111000011101010011100001010111101 | c3a4c3b0c2abc3a9c2bd |
UTF-8 | 辰丹束辿遜 | 111010001011111010110000111001001011100010111001111001101001110110011111111010001011111010111111111010011000000110011100 | e8beb0e4b8b9e69d9fe8bebfe9819c |
UHC | 辰丹束?遜 | 111100101110001111010011101000011110000111010110001111111110000111100001 | f2e3d3a1e1d63fe1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)